From 46191c9e39a9203cc0139c38cf4c65bca35537ab Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Fri, 23 Feb 2024 12:51:35 +0000 Subject: [PATCH] Update comment --- src/nid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nid.c b/src/nid.c index 55ca690e..4fc380f8 100644 --- a/src/nid.c +++ b/src/nid.c @@ -37,7 +37,8 @@ register_oid(const char *oid, const char *sn, const char *ln) /** * Registers the RPKI-specific OIDs in the SSL library. - * LibreSSL needs it; not sure about OpenSSL. + * Modern libcrypto implementations should have them, but older + * versions might not. */ int nid_init(void) -- 2.47.3