Commit 4b9af0a1 authored by Ben Laurie's avatar Ben Laurie
Browse files

Add new asm target.

parent e92ce4e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ $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',
         );

# If I were feeling more clever, these could probably be extracted