From: Geoff Thorpe Date: Mon, 29 May 2000 02:42:57 +0000 (+0000) Subject: oops. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~69^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9e6b88b3595bda645d7942102111403805ce4a4;p=openssl oops. --- diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index c495840bd2..cc602c7cb6 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -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);