diff options
| author | tb <> | 2024-03-02 09:49:45 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 09:49:45 +0000 |
| commit | c2a8b27418d4c367c3ff2673c6d47caada8c4b1a (patch) | |
| tree | 5581b51a30b51e94b52b1cac148ba3b001629696 /src/lib/libcrypto/hidden/openssl/objects.h | |
| parent | 348fad0a9df90c576a11c7beeef17fa70cae611f (diff) | |
| download | openbsd-c2a8b27418d4c367c3ff2673c6d47caada8c4b1a.tar.gz openbsd-c2a8b27418d4c367c3ff2673c6d47caada8c4b1a.tar.bz2 openbsd-c2a8b27418d4c367c3ff2673c6d47caada8c4b1a.zip | |
Make OBJ_add_object() static
This is another implementation detail that should never have leaked out
of the library. Only OBJ_create() ever used this.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/objects.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/objects.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/objects.h b/src/lib/libcrypto/hidden/openssl/objects.h index 5b39cd8215..c2db51a6c9 100644 --- a/src/lib/libcrypto/hidden/openssl/objects.h +++ b/src/lib/libcrypto/hidden/openssl/objects.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: objects.h,v 1.4 2024/03/02 09:47:16 tb Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.5 2024/03/02 09:49:45 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -39,7 +39,6 @@ LCRYPTO_USED(OBJ_ln2nid); | |||
| 39 | LCRYPTO_USED(OBJ_sn2nid); | 39 | LCRYPTO_USED(OBJ_sn2nid); |
| 40 | LCRYPTO_USED(OBJ_cmp); | 40 | LCRYPTO_USED(OBJ_cmp); |
| 41 | LCRYPTO_USED(OBJ_new_nid); | 41 | LCRYPTO_USED(OBJ_new_nid); |
| 42 | LCRYPTO_USED(OBJ_add_object); | ||
| 43 | LCRYPTO_USED(OBJ_create); | 42 | LCRYPTO_USED(OBJ_create); |
| 44 | LCRYPTO_USED(OBJ_cleanup); | 43 | LCRYPTO_USED(OBJ_cleanup); |
| 45 | LCRYPTO_USED(OBJ_create_objects); | 44 | LCRYPTO_USED(OBJ_create_objects); |
