Rename int_*() functions to *_int()
[openssl.git] / crypto / engine / eng_rdrand.c
index 093b7f6312e1bb11731eab0b0ef9ad404fd097ca..b62f9109edd3bd8f7f9e516702650c420eff3ae5 100644 (file)
@@ -130,7 +130,7 @@ static ENGINE *ENGINE_rdrand(void)
     return ret;
 }
 
-void int_engine_load_rdrand(void)
+void engine_load_rdrand_int(void)
 {
     extern unsigned int OPENSSL_ia32cap_P[];
 
@@ -144,7 +144,7 @@ void int_engine_load_rdrand(void)
     }
 }
 #else
-void int_engine_load_rdrand(void)
+void engine_load_rdrand_int(void)
 {
 }
 #endif