diff options
author | tb <> | 2022-01-14 08:52:05 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 08:52:05 +0000 |
commit | 96279762aaeb88be0927fae5ee7c985dfa9246c2 (patch) | |
tree | 72ca68ac59b537de0608dfb128840a567f234026 | |
parent | eaa45f0228d52ceff337823ecd9f7964101f286e (diff) | |
download | openbsd-96279762aaeb88be0927fae5ee7c985dfa9246c2.tar.gz openbsd-96279762aaeb88be0927fae5ee7c985dfa9246c2.tar.bz2 openbsd-96279762aaeb88be0927fae5ee7c985dfa9246c2.zip |
Remove check_defer and obj_cleanup_defer from public visibility
ok inoguchi jsing
-rw-r--r-- | src/lib/libcrypto/objects/objects.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h index 3ed792bb34..5f76cf3289 100644 --- a/src/lib/libcrypto/objects/objects.h +++ b/src/lib/libcrypto/objects/objects.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: objects.h,v 1.15 2022/01/14 07:49:49 tb Exp $ */ | 1 | /* $OpenBSD: objects.h,v 1.16 2022/01/14 08:52:05 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 | * |
@@ -1113,8 +1113,10 @@ int OBJ_find_sigid_by_algs(int *psignid, int dig_nid, int pkey_nid); | |||
1113 | int OBJ_add_sigid(int signid, int dig_id, int pkey_id); | 1113 | int OBJ_add_sigid(int signid, int dig_id, int pkey_id); |
1114 | void OBJ_sigid_free(void); | 1114 | void OBJ_sigid_free(void); |
1115 | 1115 | ||
1116 | #if defined(LIBRESSL_CRYPTO_INTERNAL) | ||
1116 | extern int obj_cleanup_defer; | 1117 | extern int obj_cleanup_defer; |
1117 | void check_defer(int nid); | 1118 | void check_defer(int nid); |
1119 | #endif | ||
1118 | 1120 | ||
1119 | /* BEGIN ERROR CODES */ | 1121 | /* BEGIN ERROR CODES */ |
1120 | /* The following lines are auto generated by the script mkerr.pl. Any changes | 1122 | /* The following lines are auto generated by the script mkerr.pl. Any changes |