X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_meth.c;h=387b352370c51faf61b3ce44b321fcc0e24fbe0e;hp=3d66b4643aae60a6ebc5a4b4e9831b4511bb2e6c;hb=9b3086fe382e7b0f53b8634d0e75f1a659ab2653;hpb=d433f9014edac49202f34ba464534eafd4bf6701 diff --git a/ssl/s3_meth.c b/ssl/s3_meth.c index 3d66b4643a..387b352370 100644 --- a/ssl/s3_meth.c +++ b/ssl/s3_meth.c @@ -60,6 +60,12 @@ #include "objects.h" #include "ssl_locl.h" +#ifndef NOPROTO +static SSL_METHOD *ssl3_get_method(int ver); +#else +static SSL_METHOD *ssl3_get_method(); +#endif + static SSL_METHOD *ssl3_get_method(ver) int ver; {