Add support for some broken PKCS#8 formats.
[openssl.git] / apps / smime.c
index adeba5c6d9b3252359ceece11cd3f6cdc748107e..95bda8388f562487f68806e32a29e577ed6a10dc 100644 (file)
@@ -294,7 +294,7 @@ int MAIN(int argc, char **argv)
                encerts = sk_X509_new_null();
                while (*args) {
                        if(!(cert = load_cert(*args))) {
-                               BIO_printf(bio_err, "Can't read recipent certificate file %s\n", *args);
+                               BIO_printf(bio_err, "Can't read recipient certificate file %s\n", *args);
                                goto end;
                        }
                        sk_X509_push(encerts, cert);