Skip to content

Commit 26c36ef

Browse files
tniessentargos
authored andcommitted
crypto: remove node::crypto::CheckResult
PR-URL: #23225 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent 5f450f3 commit 26c36ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/node_crypto.h

-5
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ using ECPointPointer = DeleteFnPtr<EC_POINT, EC_POINT_free>;
8888
using ECKeyPointer = DeleteFnPtr<EC_KEY, EC_KEY_free>;
8989
using DHPointer = DeleteFnPtr<DH, DH_free>;
9090

91-
enum CheckResult {
92-
CHECK_CERT_REVOKED = 0,
93-
CHECK_OK = 1
94-
};
95-
9691
extern int VerifyCallback(int preverify_ok, X509_STORE_CTX* ctx);
9792

9893
extern void UseExtraCaCerts(const std::string& file);

0 commit comments

Comments
 (0)