summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2016-03-20 22:27:31 +0000
committerchristos <christos@NetBSD.org>2016-03-20 22:27:31 +0000
commitfe1b968894ae62af56c8bc136ab67124ffd1c8ee (patch)
tree5bb657bb2a25ece0487abf3c95ee33cc94590415 /crypto
parent481e64461c8881b5947fb5552999b2e73fabba4e (diff)
elide bug with new cpuid code.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile
index c31c43ed17e..65babcf3133 100644
--- a/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile
+++ b/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/05/16 22:23:31 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2016/03/20 22:27:31 christos Exp $
.include "bsd.own.mk"
@@ -16,6 +16,7 @@ regen:
(echo "#include <machine/asm.h>"; CC=${CC:Q} perl $$i elf | sed \
-e 's/\(OPENSSL[A-Za-z0-9_+]*\)(%rip)/\1@GOTPCREL(%rip)/' \
-e 's/.hidden OPENSSL_cpuid_setup/.globl OPENSSL_cpuid_setup/' \
- -e 's/call OPENSSL_cpuid_setup/call PIC_PLT(OPENSSL_cpuid_setup)/') \
+ -e 's/call OPENSSL_cpuid_setup/call PIC_PLT(OPENSSL_cpuid_setup)/' \
+ -e 's/rdseedq/rdseed/') \
> $$(basename $$i .pl).S; \
done