Fix a typo in the SSL_get_max_early_data() declarations
[openssl.git] / include / openssl / ssl.h
index 1041e3cef39a79c9ba1904468e3b5adbfe17d39f..b1a8c696fbc1a834f2295557bf904a739eeb9520 100644 (file)
@@ -800,7 +800,7 @@ SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx);
 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data);
 uint32_t SSL_CTX_get_max_early_data(const SSL_CTX *ctx);
 int SSL_set_max_early_data(SSL *s, uint32_t max_early_data);
-uint32_t SSL_get_max_early_data(const SSL_CTX *s);
+uint32_t SSL_get_max_early_data(const SSL *s);
 
 #ifdef __cplusplus
 }