Engage SHA1 IA64 assembler on IA64 platforms [from HEAD].
[oweals/openssl.git] / crypto / cryptlib.h
index 8b0add7e20d9134d1bea04d310ee176b929d0a47..0d6b9d59f0b1896a31cb1276496db8122aa348af 100644 (file)
@@ -93,9 +93,6 @@ extern "C" {
 #define DECIMAL_SIZE(type)     ((sizeof(type)*8+2)/3+1)
 #define HEX_SIZE(type)         (sizeof(type)*2)
 
-void OPENSSL_cpuid_setup(void);
-extern unsigned long OPENSSL_ia32cap_P;
-
 #ifdef  __cplusplus
 }
 #endif