in SignerInfo, use ecdsa-with-SHA1 OID for ECDSA (not ecPublicKey)
[openssl.git] / ssl / ssl_cert.c
index 0c5d05fb41cc2df1eff40f1400e372d43b45b334..263a1dc34d909907f5208b1bb57c260168387117 100644 (file)
@@ -824,7 +824,7 @@ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
 
 err:
        FindClose(hFind);
-err_noclose:   
+err_noclose:
        CRYPTO_w_unlock(CRYPTO_LOCK_READDIR);
        return ret;
        }