Copy custom extension flags in a call to SSL_set_SSL_CTX()
[openssl.git] / ssl / ssl_locl.h
index 08de52eea2cad19a518edeeca0c3f43eb601747c..eb7e8c9d2b735fee252aead342e2a78bf30b8fc5 100644 (file)
@@ -2117,6 +2117,8 @@ __owur int custom_ext_add(SSL *s, int server, unsigned char **pret,
 
 __owur int custom_exts_copy(custom_ext_methods *dst,
                             const custom_ext_methods *src);
+__owur int custom_exts_copy_flags(custom_ext_methods *dst,
+                                  const custom_ext_methods *src);
 void custom_exts_free(custom_ext_methods *exts);
 
 void ssl_comp_free_compression_methods_int(void);