diff options
| author | deraadt <> | 2014-06-02 15:08:38 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-06-02 15:08:38 +0000 |
| commit | 5df353beff71ba1f1e84cd691ef3edf892aa5311 (patch) | |
| tree | 9705407a292ffa9e8df2ed301da2accffe5268ad /src/lib/libcrypto/crypto | |
| parent | 599c6f06ff6ff9ca9526b1c08abb02d14f3501c4 (diff) | |
| download | openbsd-5df353beff71ba1f1e84cd691ef3edf892aa5311.tar.gz openbsd-5df353beff71ba1f1e84cd691ef3edf892aa5311.tar.bz2 openbsd-5df353beff71ba1f1e84cd691ef3edf892aa5311.zip | |
A few months back there was a big community fuss regarding direct-use
of the intel RDRAND instruction. Consensus was RDRAND should probably
only be used as an additional source of entropy in a mixer.
Guess which library bends over backwards to provide easy access to
RDRAND? Yep. Guess which applications are using this support? Not
even one... but still, this is being placed as a trap for someone.
Send this support straight to the abyss.
ok kettenis
Diffstat (limited to 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 9acf6701c5..1e2ce774d3 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.37 2014/05/25 17:29:51 tedu Exp $ | 1 | # $OpenBSD: Makefile,v 1.38 2014/06/02 15:08:38 deraadt Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -133,7 +133,7 @@ SRCS+= eng_table.c eng_pkey.c eng_fat.c eng_all.c | |||
| 133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c | 133 | SRCS+= tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c |
| 134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c | 134 | SRCS+= tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c |
| 135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c hw_cryptodev.c | 135 | SRCS+= eng_openssl.c eng_cnf.c eng_dyn.c hw_cryptodev.c |
| 136 | SRCS+= eng_rsax.c eng_rdrand.c | 136 | SRCS+= eng_rsax.c |
| 137 | # XXX unnecessary? handled in EVP now... | 137 | # XXX unnecessary? handled in EVP now... |
| 138 | # SRCS+= eng_aesni.c # local addition | 138 | # SRCS+= eng_aesni.c # local addition |
| 139 | 139 | ||
