Correct misspelt OPENSSL_NO_SRP

RT#4619

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-07-22 21:48:05 +02:00
parent 626aa24849
commit 8b9546c708

View file

@ -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) 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) { if (s->srp_ctx.A != NULL) {
/* send off the data */ /* send off the data */
*len = BN_num_bytes(s->srp_ctx.A); *len = BN_num_bytes(s->srp_ctx.A);