diff options
-rw-r--r-- | src/lib/libcrypto/x86cpuid.pl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x86cpuid.pl b/src/lib/libcrypto/x86cpuid.pl index d6ebede0f8..4001458393 100644 --- a/src/lib/libcrypto/x86cpuid.pl +++ b/src/lib/libcrypto/x86cpuid.pl | |||
@@ -150,8 +150,4 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); } | |||
150 | &set_label("nocpuid"); | 150 | &set_label("nocpuid"); |
151 | &function_end("OPENSSL_ia32_cpuid"); | 151 | &function_end("OPENSSL_ia32_cpuid"); |
152 | 152 | ||
153 | &external_label("OPENSSL_ia32cap_P"); | ||
154 | |||
155 | &initseg("OPENSSL_cpuid_setup"); | ||
156 | |||
157 | &asm_finish(); | 153 | &asm_finish(); |