[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Sat Jul 23 08:47:55 UTC 2016
The branch master has been updated
via 8b9546c7085733c88f1df66da48d48a3bc5230a2 (commit)
from 626aa24849be549b7ef4f049d8427989940c8a37 (commit)
- Log -----------------------------------------------------------------
commit 8b9546c7085733c88f1df66da48d48a3bc5230a2
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Jul 22 21:48:05 2016 +0200
Correct misspelt OPENSSL_NO_SRP
RT#4619
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
ssl/statem/statem_clnt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index b0f508c..5fb0080 100644
--- 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_SRT
+#ifndef OPENSSL_NO_SRP
if (s->srp_ctx.A != NULL) {
/* send off the data */
*len = BN_num_bytes(s->srp_ctx.A);
More information about the openssl-commits
mailing list