diff options
author | tb <> | 2024-03-02 09:49:45 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 09:49:45 +0000 |
commit | f21b8514088544717f82e2ae9019b87645d1155f (patch) | |
tree | 5581b51a30b51e94b52b1cac148ba3b001629696 /src/lib/libcrypto/hidden/openssl/objects.h | |
parent | 721a0919125aaef71da76adcbdb7905843d039ab (diff) | |
download | openbsd-f21b8514088544717f82e2ae9019b87645d1155f.tar.gz openbsd-f21b8514088544717f82e2ae9019b87645d1155f.tar.bz2 openbsd-f21b8514088544717f82e2ae9019b87645d1155f.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); |