]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/by_dir.c
Fix some things the rename script didn't quite get right
[thirdparty/openssl.git] / crypto / x509 / by_dir.c
index dd278981ef107c2922d18a952c2561b81e08ff0d..3f44d541cf17ce977efa9d370f062b105bed6f35 100644 (file)
@@ -61,7 +61,7 @@ static X509_LOOKUP_METHOD x509_dir_lookup = {
     NULL,                            /* get_by_issuer_serial */
     NULL,                            /* get_by_fingerprint */
     NULL,                            /* get_by_alias */
-    get_cert_by_subject_ex, /* get_by_subject_ex */
+    get_cert_by_subject_ex,          /* get_by_subject_ex */
     NULL,                            /* ctrl_ex */
 };