summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-21 18:04:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-21 18:04:21 +0200
commit514a0e99c176081e1cb610a3e8dabf4d2da38dab (patch)
tree0101e9121459c54cd347ecb7160569139d7e4c02 /Makefile
parente7828004e40592c8cffc9235f72440c802905e16 (diff)
downloadcryptodev-linux-514a0e99c176081e1cb610a3e8dabf4d2da38dab.tar.gz
cryptodev-linux-514a0e99c176081e1cb610a3e8dabf4d2da38dab.tar.xz
cryptodev-linux-514a0e99c176081e1cb610a3e8dabf4d2da38dab.zip
der_en/decode_subject_public_key_info were moved to x509/ subdirectory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6b97a6a..0b031d4 100644
--- a/Makefile
+++ b/Makefile
@@ -63,8 +63,8 @@ TOMCRYPT_OBJECTS = libtomcrypt/misc/zeromem.o libtomcrypt/misc/crypt/crypt_argch
libtomcrypt/pk/pkcs1/pkcs_1_i2osp.o libtomcrypt/pk/pkcs1/pkcs_1_mgf1.o libtomcrypt/pk/pkcs1/pkcs_1_oaep_decode.o \
libtomcrypt/pk/pkcs1/pkcs_1_oaep_encode.o libtomcrypt/pk/pkcs1/pkcs_1_os2ip.o libtomcrypt/pk/pkcs1/pkcs_1_pss_decode.o \
libtomcrypt/pk/pkcs1/pkcs_1_pss_encode.o libtomcrypt/pk/pkcs1/pkcs_1_v1_5_decode.o libtomcrypt/pk/pkcs1/pkcs_1_v1_5_encode.o \
- libtomcrypt/misc/pk_get_oid.o libtomcrypt/pk/asn1/der/sequence/der_encode_subject_public_key_info.o \
- libtomcrypt/pk/asn1/der/sequence/der_decode_subject_public_key_info.o
+ libtomcrypt/misc/pk_get_oid.o libtomcrypt/pk/asn1/der/x509/der_encode_subject_public_key_info.o \
+ libtomcrypt/pk/asn1/der/x509/der_decode_subject_public_key_info.o
cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \
ncr-data.o ncr-key.o ncr-limits.o ncr-sessions.o ncr-pk.o \