projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626aa24
)
Correct misspelt OPENSSL_NO_SRP
author
Richard Levitte
<levitte@openssl.org>
Fri, 22 Jul 2016 19:48:05 +0000
(21:48 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 23 Jul 2016 08:47:52 +0000
(10:47 +0200)
RT#4619
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/statem/statem_clnt.c
b/ssl/statem/statem_clnt.c
index b0f508c6c2117c19623583d7be56c82da1dfc95b..5fb00803bf19097eb5d189a56cc062e7f68c0e05 100644
(file)
--- a/
ssl/statem/statem_clnt.c
+++ b/
ssl/statem/statem_clnt.c
@@
-2451,7
+2451,7
@@
static int tls_construct_cke_gost(SSL *s, unsigned char **p, int *len, int *al)
static int tls_construct_cke_srp(SSL *s, unsigned char **p, int *len, int *al)
{
-#ifndef OPENSSL_NO_SR
T
+#ifndef OPENSSL_NO_SR
P
if (s->srp_ctx.A != NULL) {
/* send off the data */
*len = BN_num_bytes(s->srp_ctx.A);