projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b848d3
)
Add aesni-sha256-x86_64.
author
Ben Laurie
<ben@links.org>
Wed, 12 Jun 2013 13:18:33 +0000
(14:18 +0100)
committer
Ben Laurie
<ben@links.org>
Wed, 12 Jun 2013 13:18:33 +0000
(14:18 +0100)
util/pl/unix.pl
patch
|
blob
|
history
diff --git
a/util/pl/unix.pl
b/util/pl/unix.pl
index dedfe611a5ab7c7c015e53294d9856fdbfadb263..40e361b2f98ea661c10093a27f0b2f00f10fbb61 100644
(file)
--- a/
util/pl/unix.pl
+++ b/
util/pl/unix.pl
@@
-70,7
+70,8
@@
$bf_enc_src="";
'rc4-x86_64' => 'crypto/rc4',
'rc4-md5-x86_64' => 'crypto/rc4',
'ghash-x86_64' => 'crypto/modes',
- 'aesni-gcm-x86_64' => 'crypto/modes',
+ 'aesni-gcm-x86_64' => 'crypto/modes',
+ 'aesni-sha256-x86_64' => 'crypto/aes',
);
# If I were feeling more clever, these could probably be extracted