diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2000-03-20 14:52:40 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2000-03-20 14:52:40 +0000 |
commit | 0996c78c8f2722ca19bbebc6b0434ca5b0dbe482 (patch) | |
tree | 14afd2ced5dc71ba4233852706d8020e87052095 /lib/libssl/crypto | |
parent | 91f67c3c1250321038fff3828fd474743f88fdc4 (diff) |
x509_att.c that was left out.
Diffstat (limited to 'lib/libssl/crypto')
-rw-r--r-- | lib/libssl/crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index 516217e6481..18b1ec1e05e 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -141,7 +141,7 @@ SRCS+= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c SRCS+= x509_obj.c x509_req.c x509_vfy.c x509_set.c SRCS+= x509rset.c x509_err.c x509name.c x509_v3.c SRCS+= x509_ext.c x509type.c x509_lu.c x509_trs.c x509spki.c -SRCS+= x_all.c x509_txt.c by_file.c by_dir.c +SRCS+= x_all.c x509_txt.c by_file.c by_dir.c x509_att.c CFLAGS+= -I${LCRYPTO_SRC}/x509v3 SRCS+= v3_akey.c v3_alt.c v3_bcons.c v3_bitst.c v3_conf.c v3_cpols.c SRCS+= v3_crld.c v3_enum.c v3_extku.c v3_genn.c v3_ia5.c v3_int.c |