diff options
| author | tb <> | 2024-08-31 10:03:03 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 10:03:03 +0000 |
| commit | d3edcca660d1c5d3db97be3355caca4afe8ef67a (patch) | |
| tree | 48fd0ca4b4fcbb6d37b8cd4ce025c65e8f71ffde /src/lib/libcrypto/asn1/asn1_gen.c | |
| parent | 70c68be40e8d2b9bc6a7c285008b28469e91524f (diff) | |
| download | openbsd-d3edcca660d1c5d3db97be3355caca4afe8ef67a.tar.gz openbsd-d3edcca660d1c5d3db97be3355caca4afe8ef67a.tar.bz2 openbsd-d3edcca660d1c5d3db97be3355caca4afe8ef67a.zip | |
Make some more x509 conf stuff internal
This internalizes a particularly scary layer of conf used for X.509
extensions. Again unused public API...
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_gen.c')
| -rw-r--r-- | src/lib/libcrypto/asn1/asn1_gen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_gen.c b/src/lib/libcrypto/asn1/asn1_gen.c index 4b8d7051ab..0b4cfe00a9 100644 --- a/src/lib/libcrypto/asn1/asn1_gen.c +++ b/src/lib/libcrypto/asn1/asn1_gen.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: asn1_gen.c,v 1.23 2024/08/31 09:26:18 tb Exp $ */ | 1 | /* $OpenBSD: asn1_gen.c,v 1.24 2024/08/31 10:03:03 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2002. | 3 | * project 2002. |
| 4 | */ | 4 | */ |
| @@ -64,6 +64,7 @@ | |||
| 64 | 64 | ||
| 65 | #include "asn1_local.h" | 65 | #include "asn1_local.h" |
| 66 | #include "conf_local.h" | 66 | #include "conf_local.h" |
| 67 | #include "x509_local.h" | ||
| 67 | 68 | ||
| 68 | #define ASN1_GEN_FLAG 0x10000 | 69 | #define ASN1_GEN_FLAG 0x10000 |
| 69 | #define ASN1_GEN_FLAG_IMP (ASN1_GEN_FLAG|1) | 70 | #define ASN1_GEN_FLAG_IMP (ASN1_GEN_FLAG|1) |
