commit | 92ac76f9db9c4faa29f6fb31c04fc5c1b693dcb8 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Dec 16 17:12:53 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Dec 25 13:03:26 2013 +0100 |
tree | e630645e4423ce51eb73f7b2f9ef2393530b31bb | |
parent | fe40f484fb16b4c32fc8e3160065184b6c27d606 [diff] [blame] |
Add files for (upcoming) AES-NI support
diff --git a/library/Makefile b/library/Makefile index a9c86f8..3f80162 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -34,7 +34,8 @@ LDFLAGS += -lws2_32 endif -OBJS= aes.o arc4.o asn1parse.o \ +OBJS= aes.o aesni.o arc4.o \ + asn1parse.o \ asn1write.o base64.o bignum.o \ blowfish.o camellia.o \ certs.o cipher.o cipher_wrap.o \