diff options
| author | tb <> | 2025-03-09 15:20:20 +0000 |
|---|---|---|
| committer | tb <> | 2025-03-09 15:20:20 +0000 |
| commit | ec4da1b409a19a81de9bbe4283910acb40aeb6cd (patch) | |
| tree | 6211c10e590ea0a50bf0271a5c907a1ca47045cb /src/lib/libcrypto/Symbols.list | |
| parent | dc9ea81af9ab231982376f6521683f8df998da3d (diff) | |
| download | openbsd-ec4da1b409a19a81de9bbe4283910acb40aeb6cd.tar.gz openbsd-ec4da1b409a19a81de9bbe4283910acb40aeb6cd.tar.bz2 openbsd-ec4da1b409a19a81de9bbe4283910acb40aeb6cd.zip | |
Unexport the weird X509_OBJECT_up_ref_count()
It's only used in x509_lu.c, so move it there. X509_OBJECT is not
itself refcounted. This API bumps the refcount of its cert or CRL
member. This isn't really useful outside of the library.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 22e7565b71..faf4fb135f 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -2487,7 +2487,6 @@ X509_OBJECT_idx_by_subject | |||
| 2487 | X509_OBJECT_new | 2487 | X509_OBJECT_new |
| 2488 | X509_OBJECT_retrieve_by_subject | 2488 | X509_OBJECT_retrieve_by_subject |
| 2489 | X509_OBJECT_retrieve_match | 2489 | X509_OBJECT_retrieve_match |
| 2490 | X509_OBJECT_up_ref_count | ||
| 2491 | X509_PKEY_free | 2490 | X509_PKEY_free |
| 2492 | X509_PKEY_new | 2491 | X509_PKEY_new |
| 2493 | X509_PUBKEY_free | 2492 | X509_PUBKEY_free |
