]> granicus.if.org Git - curl/commitdiff
vtls_openssl: fix minor typo in PKCS#12 load routine
authorMatthew Hall <matthew.hall@threatstream.com>
Wed, 25 Mar 2015 00:35:36 +0000 (17:35 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Apr 2015 20:25:04 +0000 (22:25 +0200)
lib/vtls/openssl.c

index 7868e3e4dcc1905fedf2851ff201e275db8c74bd..b4fd38c13d5a387baceca7bc32e23f351fb84d9a 100644 (file)
@@ -496,7 +496,7 @@ int cert_stuff(struct connectdata *conn,
       fclose(f);
 
       if(!p12) {
-        failf(data, "error reading PKCS12 file '%s'", cert_file );
+        failf(data, "error reading PKCS12 file '%s'", cert_file);
         return 0;
       }