diff options
| author | beck <> | 2015-10-19 16:32:37 +0000 |
|---|---|---|
| committer | beck <> | 2015-10-19 16:32:37 +0000 |
| commit | 6f20e3b7bc4e6801abfde111c397198fb23a59ec (patch) | |
| tree | 1e81ee793319364cca7f490012f1e9ab19b2063d /src/lib/libcrypto/crypto | |
| parent | f6cd556833cd27c39fdf689334d6d48f27fe533e (diff) | |
| download | openbsd-6f20e3b7bc4e6801abfde111c397198fb23a59ec.tar.gz openbsd-6f20e3b7bc4e6801abfde111c397198fb23a59ec.tar.bz2 openbsd-6f20e3b7bc4e6801abfde111c397198fb23a59ec.zip | |
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 'src/lib/libcrypto/crypto')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 64ee774518..d662aecc24 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.66 2015/10/02 15:04:45 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.67 2015/10/19 16:32:37 beck Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -35,7 +35,7 @@ SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c | |||
| 35 | SRCS+= aes_ctr.c aes_ige.c aes_wrap.c | 35 | SRCS+= aes_ctr.c aes_ige.c aes_wrap.c |
| 36 | 36 | ||
| 37 | # asn1/ | 37 | # asn1/ |
| 38 | SRCS+= a_object.c a_bitstr.c a_utctm.c a_gentm.c a_time.c a_int.c a_octet.c | 38 | SRCS+= a_object.c a_bitstr.c a_time.c a_int.c a_octet.c |
| 39 | SRCS+= a_print.c a_type.c a_dup.c a_d2i_fp.c a_i2d_fp.c | 39 | SRCS+= a_print.c a_type.c a_dup.c a_d2i_fp.c a_i2d_fp.c |
| 40 | SRCS+= a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c | 40 | SRCS+= a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c |
| 41 | SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c | 41 | SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c |
