Remove redundant declarations of ERR_load_*_strings()
[openssl.git] / include / openssl / bio.h
index d8d8ac403184cc436f073e49c934cf6bb97633e1..4a32a0de8b665e8569e8427b44d69b1311147236 100644 (file)
@@ -790,7 +790,6 @@ long (*BIO_meth_get_callback_ctrl(BIO_METHOD *biom))
 int BIO_meth_set_callback_ctrl(BIO_METHOD *biom,
                                long (*callback_ctrl) (BIO *, int,
                                                       BIO_info_cb *));
-int ERR_load_BIO_strings(void);
 
 # ifdef  __cplusplus
 }