diff options
| author | tb <> | 2021-11-01 20:53:08 +0000 |
|---|---|---|
| committer | tb <> | 2021-11-01 20:53:08 +0000 |
| commit | f478d62658b61e2242dbf3575bf454f8c0f432b1 (patch) | |
| tree | cbf2de4e6ef2a9e9d9281e6e60c30149cd648fd1 /src/lib/libcrypto/opensslfeatures.h | |
| parent | b5a22e689a6f2534ae4b6d7fe4bf885792892295 (diff) | |
| download | openbsd-f478d62658b61e2242dbf3575bf454f8c0f432b1.tar.gz openbsd-f478d62658b61e2242dbf3575bf454f8c0f432b1.tar.bz2 openbsd-f478d62658b61e2242dbf3575bf454f8c0f432b1.zip | |
Move the now internal X.509-related structs into x509_lcl.h.
Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and
LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and
fix a couple of unnecessary reacharounds.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/opensslfeatures.h')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index f16e25e782..49a5f15b59 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | #define LIBRESSL_HAS_TLS1_3 | 6 | #define LIBRESSL_HAS_TLS1_3 |
| 7 | #define LIBRESSL_HAS_DTLS1_2 | 7 | #define LIBRESSL_HAS_DTLS1_2 |
| 8 | 8 | ||
| 9 | #define LIBRESSL_OPAQUE_X509 | ||
| 10 | |||
| 11 | #define OPENSSL_THREADS | 9 | #define OPENSSL_THREADS |
| 12 | 10 | ||
| 13 | #define OPENSSL_NO_BUF_FREELISTS | 11 | #define OPENSSL_NO_BUF_FREELISTS |
