AES x86 assembler implementation.
[oweals/openssl.git] / crypto / cryptlib.h
index 0d6b9d59f0b1896a31cb1276496db8122aa348af..8b0add7e20d9134d1bea04d310ee176b929d0a47 100644 (file)
@@ -93,6 +93,9 @@ 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