The encoding of negative ASN1 INTEGERs and the conversion of BNs to negative
[openssl.git] / apps / openssl.c
index ebc2885a3b4061d48020997e3520158d31e240f4..d7d6601b083f3e4d3963736035a5cf150bdd2860 100644 (file)
@@ -147,7 +147,9 @@ int main(int Argc, char *Argv[])
        if (p == NULL)
                {
                strcpy(config_name,X509_get_default_cert_area());
-               strcat(config_name,"/lib/");
+#ifndef VMS
+               strcat(config_name,"/");
+#endif
                strcat(config_name,OPENSSL_CONF);
                p=config_name;
                }