X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ssl%2Fssl_lib.c;h=3770bdf0f572afb59634afc20ef7c83c500a14c6;hb=25f923ddd18d42a44081dff1ce45ed79ba5fd11f;hp=02f8d112562bbcd17def13cf1ffdb7dbcaa78816;hpb=150a4320d8005c6a97b36a6fabb38f723afba720;p=thirdparty%2Fopenssl.git diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 02f8d11256..3770bdf0f5 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -910,7 +910,7 @@ const char *SSL_get_cipher_list(SSL *s,int n) return(c->name); } -/** specify the ciphers to be used by defaut by the SSL_CTX */ +/** specify the ciphers to be used by default by the SSL_CTX */ int SSL_CTX_set_cipher_list(SSL_CTX *ctx,char *str) { STACK_OF(SSL_CIPHER) *sk;