diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-02-18 10:24:23 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-02-18 23:04:08 -0700 |
| commit | b9b65324ecda2ed5a54ef425ed527762fcf28fe3 (patch) | |
| tree | 83796046be605fe1507f3c882df86a1aba2520b8 | |
| parent | eadd028b7474ce5f8399c41829c700180d2feaec (diff) | |
| download | portable-b9b65324ecda2ed5a54ef425ed527762fcf28fe3.tar.gz portable-b9b65324ecda2ed5a54ef425ed527762fcf28fe3.tar.bz2 portable-b9b65324ecda2ed5a54ef425ed527762fcf28fe3.zip | |
Add posix_time.h
| -rw-r--r-- | crypto/Makefile.am | 1 | ||||
| -rwxr-xr-x | update.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 2078531..0fed0cc 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -699,6 +699,7 @@ noinst_HEADERS += hidden/openssl/pem.h | |||
| 699 | noinst_HEADERS += hidden/openssl/pkcs12.h | 699 | noinst_HEADERS += hidden/openssl/pkcs12.h |
| 700 | noinst_HEADERS += hidden/openssl/pkcs7.h | 700 | noinst_HEADERS += hidden/openssl/pkcs7.h |
| 701 | noinst_HEADERS += hidden/openssl/poly1305.h | 701 | noinst_HEADERS += hidden/openssl/poly1305.h |
| 702 | noinst_HEADERS += hidden/openssl/posix_time.h | ||
| 702 | noinst_HEADERS += hidden/openssl/rand.h | 703 | noinst_HEADERS += hidden/openssl/rand.h |
| 703 | noinst_HEADERS += hidden/openssl/rc2.h | 704 | noinst_HEADERS += hidden/openssl/rc2.h |
| 704 | noinst_HEADERS += hidden/openssl/rsa.h | 705 | noinst_HEADERS += hidden/openssl/rsa.h |
| @@ -129,7 +129,7 @@ copy_hdrs() { | |||
| 129 | 129 | ||
| 130 | copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | 130 | copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h |
| 131 | ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h | 131 | ossl_typ.h err/err.h crypto.h comp/comp.h x509/x509.h buffer/buffer.h |
| 132 | objects/objects.h asn1/asn1.h bn/bn.h ec/ec.h ecdsa/ecdsa.h | 132 | objects/objects.h asn1/asn1.h asn1/posix_time.h bn/bn.h ec/ec.h ecdsa/ecdsa.h |
| 133 | ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h | 133 | ecdh/ecdh.h rsa/rsa.h sha/sha.h x509/x509_vfy.h pkcs7/pkcs7.h pem/pem.h |
| 134 | pem/pem2.h hkdf/hkdf.h hmac/hmac.h rand/rand.h md5/md5.h | 134 | pem/pem2.h hkdf/hkdf.h hmac/hmac.h rand/rand.h md5/md5.h |
| 135 | x509/x509v3.h conf/conf.h ocsp/ocsp.h | 135 | x509/x509v3.h conf/conf.h ocsp/ocsp.h |
