]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
oops.
authorGeoff Thorpe <geoff@openssl.org>
Mon, 29 May 2000 02:42:57 +0000 (02:42 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 29 May 2000 02:42:57 +0000 (02:42 +0000)
crypto/dso/dso_win32.c

index c495840bd2f271e5f1d26092d9f474be7f212b08..cc602c7cb6949191e2215d01d8c7fb2a6c6f7819 100644 (file)
@@ -119,8 +119,8 @@ static int win32_load(DSO *dso, const char *filename)
        len = strlen(filename);
        if((dso->flags & DSO_FLAG_NAME_TRANSLATION) &&
                        (len + 4 < DSO_MAX_TRANSLATED_SIZE) &&
-                       (strstr(filename, "/") == NULL)
-                       (strstr(filename, "\\") == NULL)
+                       (strstr(filename, "/") == NULL) &&
+                       (strstr(filename, "\\") == NULL) &&
                        (strstr(filename, ":") == NULL))
                {
                sprintf(translated, "%s.dll", filename);