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/Symbols.namespace | |
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/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index b7d9e75569..d63bb91c12 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -2409,7 +2409,6 @@ _libre_OBJ_ln2nid | |||
2409 | _libre_OBJ_sn2nid | 2409 | _libre_OBJ_sn2nid |
2410 | _libre_OBJ_cmp | 2410 | _libre_OBJ_cmp |
2411 | _libre_OBJ_new_nid | 2411 | _libre_OBJ_new_nid |
2412 | _libre_OBJ_add_object | ||
2413 | _libre_OBJ_create | 2412 | _libre_OBJ_create |
2414 | _libre_OBJ_cleanup | 2413 | _libre_OBJ_cleanup |
2415 | _libre_OBJ_create_objects | 2414 | _libre_OBJ_create_objects |