commit | efc302964cb02b729abb29d315a2eef0af9ede89 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Nov 10 14:43:23 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Nov 10 14:43:23 2011 +0000 |
tree | aae65a711881ae9c4a63259fa6cc40eaae3c35a2 | |
parent | b125ed8fc62265d7ce3ee988bc2ceb759b189469 [diff] [blame] |
- Extracted ASN.1 parsing code from the X.509 parsing code. Added new module.
diff --git a/library/Makefile b/library/Makefile index 1ecd2ff..960da37 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -22,7 +22,8 @@ # Windows shared library extension: # DLEXT=dll -OBJS= aes.o arc4.o base64.o \ +OBJS= aes.o arc4.o asn1parse.o \ + base64.o \ bignum.o camellia.o certs.o \ cipher.o cipher_wrap.o debug.o \ des.o dhm.o havege.o \