Rename lots of *_intern or *_internal function to int_*
[openssl.git] / crypto / include / internal / evp_int.h
index 972f58994d12c1b41a6ccc5c06661940da968da5..37ae985f5cf8cb414af294d0e062fc9e811916b3 100644 (file)
@@ -420,6 +420,6 @@ struct evp_pkey_st {
 } /* EVP_PKEY */ ;
 
 
-void openssl_add_all_ciphers_internal(void);
-void openssl_add_all_digests_internal(void);
-void evp_cleanup_intern(void);
+void int_openssl_add_all_ciphers(void);
+void int_openssl_add_all_digests(void);
+void int_evp_cleanup(void);