Update dependencies.
[openssl.git] / ssl / d1_meth.c
index 8a6cf31947aba86e65e2f58e0db93cb91804a188..5c4004bfe3c7ddf97e2c32127c833e6fe04fb3df 100644 (file)
@@ -61,8 +61,8 @@
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 
-static SSL_METHOD *dtls1_get_method(int ver);
-static SSL_METHOD *dtls1_get_method(int ver)
+static const SSL_METHOD *dtls1_get_method(int ver);
+static const SSL_METHOD *dtls1_get_method(int ver)
        {
        if (ver == DTLS1_VERSION)
                return(DTLSv1_method());