From e9e6b88b3595bda645d7942102111403805ce4a4 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Mon, 29 May 2000 02:42:57 +0000 Subject: oops. --- crypto/dso/dso_win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/dso') 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); -- cgit v1.2.3