diff options
| author | tb <> | 2022-01-07 11:13:55 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 11:13:55 +0000 |
| commit | 204a46a7c8e5bf3414ba115aae9636162c92a39a (patch) | |
| tree | cea8fd9df9e62ee53af6f8a820cebc3c266aa116 /src/lib/libcrypto/objects | |
| parent | 443c3d5c755f7f540390fcf1a11c8a443b2553cc (diff) | |
| download | openbsd-204a46a7c8e5bf3414ba115aae9636162c92a39a.tar.gz openbsd-204a46a7c8e5bf3414ba115aae9636162c92a39a.tar.bz2 openbsd-204a46a7c8e5bf3414ba115aae9636162c92a39a.zip | |
include asn1_locl.h where it will be needed for the bump.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/objects')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_dat.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/objects/obj_lib.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.c b/src/lib/libcrypto/objects/obj_dat.c index db2579996e..bcbc8cef85 100644 --- a/src/lib/libcrypto/objects/obj_dat.c +++ b/src/lib/libcrypto/objects/obj_dat.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: obj_dat.c,v 1.43 2021/09/01 09:42:28 beck Exp $ */ | 1 | /* $OpenBSD: obj_dat.c,v 1.44 2022/01/07 11:13:54 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -69,6 +69,8 @@ | |||
| 69 | #include <openssl/lhash.h> | 69 | #include <openssl/lhash.h> |
| 70 | #include <openssl/objects.h> | 70 | #include <openssl/objects.h> |
| 71 | 71 | ||
| 72 | #include "asn1_locl.h" | ||
| 73 | |||
| 72 | /* obj_dat.h is generated from objects.h by obj_dat.pl */ | 74 | /* obj_dat.h is generated from objects.h by obj_dat.pl */ |
| 73 | #include "obj_dat.h" | 75 | #include "obj_dat.h" |
| 74 | 76 | ||
diff --git a/src/lib/libcrypto/objects/obj_lib.c b/src/lib/libcrypto/objects/obj_lib.c index 5327a0cb98..39cd41249f 100644 --- a/src/lib/libcrypto/objects/obj_lib.c +++ b/src/lib/libcrypto/objects/obj_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: obj_lib.c,v 1.15 2018/09/08 10:31:24 tb Exp $ */ | 1 | /* $OpenBSD: obj_lib.c,v 1.16 2022/01/07 11:13:54 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -64,6 +64,8 @@ | |||
| 64 | #include <openssl/lhash.h> | 64 | #include <openssl/lhash.h> |
| 65 | #include <openssl/objects.h> | 65 | #include <openssl/objects.h> |
| 66 | 66 | ||
| 67 | #include "asn1_locl.h" | ||
| 68 | |||
| 67 | ASN1_OBJECT * | 69 | ASN1_OBJECT * |
| 68 | OBJ_dup(const ASN1_OBJECT *o) | 70 | OBJ_dup(const ASN1_OBJECT *o) |
| 69 | { | 71 | { |
