diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2015-10-19 16:32:38 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2015-10-19 16:32:38 +0000 |
commit | 92c486ebca23d2ef0eb8cce6f59fd458f9cd538c (patch) | |
tree | 2f668ac8176fc81f43f82ea998cec2755aa3570a /lib/libcrypto/crypto/Makefile | |
parent | b5136537b9cd399ff363e0ef0356185ebc3296e2 (diff) |
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
utctime and gentime wrappers accordingly. Along with some other cleanup.
this also removes the need for timegm.
ok bcook@ sthen@ jsing@
Diffstat (limited to 'lib/libcrypto/crypto/Makefile')
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index 64ee7745189..d662aecc246 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2015/10/02 15:04:45 beck Exp $ +# $OpenBSD: Makefile,v 1.67 2015/10/19 16:32:37 beck Exp $ LIB= crypto @@ -35,7 +35,7 @@ SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c SRCS+= aes_ctr.c aes_ige.c aes_wrap.c # asn1/ -SRCS+= a_object.c a_bitstr.c a_utctm.c a_gentm.c a_time.c a_int.c a_octet.c +SRCS+= a_object.c a_bitstr.c a_time.c a_int.c a_octet.c SRCS+= a_print.c a_type.c a_dup.c a_d2i_fp.c a_i2d_fp.c SRCS+= a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c |