From: Mike Bland Date: Wed, 25 Jun 2014 19:28:38 +0000 (-0400) Subject: Add whrlpool and camellia .s files to perlasm list X-Git-Tag: master-post-reformat~297 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32bb5c3953ce0ff63caff7443e05eb0da5f4c461;p=oweals%2Fopenssl.git Add whrlpool and camellia .s files to perlasm list Change-Id: I626d751f19f24df6b967c17498d6189cc0acb96c Signed-off-by: Mike Bland Signed-off-by: Geoff Thorpe Reviewed-by: Richard Levitte --- diff --git a/util/pl/unix.pl b/util/pl/unix.pl index aee4e1db24..c975cb862f 100644 --- a/util/pl/unix.pl +++ b/util/pl/unix.pl @@ -78,6 +78,8 @@ $bf_enc_src=""; 'sha1-mb-x86_64' => 'crypto/sha', 'sha256-mb-x86_64' => 'crypto/sha', 'ecp_nistz256-x86_64' => 'crypto/ec', + 'wp-x86_64' => 'crypto/whrlpool', + 'cmll-x86_64' => 'crypto/camellia', ); # If I were feeling more clever, these could probably be extracted