From 659b645d15dbd189a27c64658dd3b6e6f4a426a8 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Wed, 16 Feb 2022 10:05:35 +0200 Subject: Fix typo Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/17713) (cherry picked from commit 2d17290d2cf269e6c939f983db4ea71275d87f14) --- doc/man3/X509_STORE_CTX_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man3/X509_STORE_CTX_new.pod b/doc/man3/X509_STORE_CTX_new.pod index 2319012a98..9c7abfee82 100644 --- a/doc/man3/X509_STORE_CTX_new.pod +++ b/doc/man3/X509_STORE_CTX_new.pod @@ -177,7 +177,7 @@ administrator might only trust it for the former. An X.509 certificate extension exists that can record extended key usage information to supplement the purpose information described above. This extended mechanism is arbitrarily extensible and not well suited for a generic library API; applications that need to -validate extended key usage information in certifiates will need to define a +validate extended key usage information in certificates will need to define a custom "purpose" (see below) or supply a nondefault verification callback (L). -- cgit v1.2.3