X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3376de6c7c6353f76d8e722d7e1896f32eab488c..dcd037631f32cdaed817d40ac086f4d933f51bd0:/src/src/dane-openssl.c diff --git a/src/src/dane-openssl.c b/src/src/dane-openssl.c index 62778d18f..aa4760b94 100644 --- a/src/src/dane-openssl.c +++ b/src/src/dane-openssl.c @@ -529,7 +529,7 @@ if (dane->depth < 0) /* * If the TA certificate is self-issued, or need not be, use it directly. - * Otherwise, synthesize requisuite ancestors. + * Otherwise, synthesize requisite ancestors. */ if ( !wrap_to_root || X509_check_issued(tacert, tacert) == X509_V_OK)