Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / apps / smime.c
index 57b323cfa22f71474ed0c665d486bf41fe9f7533..89dc0eac96156b4e0eb7c03e3e7a7823db07157a 100644 (file)
@@ -154,7 +154,7 @@ int smime_main(int argc, char **argv)
     int vpmtouched = 0, rv = 0;
     ENGINE *e = NULL;
     const char *mime_eol = "\n";
-    OPENSSL_CTX *libctx = app_get0_libctx();
+    OSSL_LIB_CTX *libctx = app_get0_libctx();
     const char *propq = app_get0_propq();
 
     if ((vpm = X509_VERIFY_PARAM_new()) == NULL)