Browse Source

Explaining where do the OpenSSL compile defines come from

Source commit: f0e2c24edbf37c38c25561b446eed4e1a386cf03
Martin Prikryl 2 weeks ago
parent
commit
8945ecf3ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/openssl/Makefile

+ 1 - 1
libs/openssl/Makefile

@@ -31,7 +31,7 @@ DEFINES=$(DEFINES);WINSCP
 
 CFLAG=$(CFLAG) -D$(DEFINES:;= -D)
 
-# Copied from generated OpenSSL "makefile"
+# Copied from OpenSSL "makefile" generated with "perl Configure BC-32 --prefix=%CD%"
 # (but the OPENSSL_BUILDING_OPENSSL, _stricmp, _strnicmp and _setmode are not needed)
 # (and DSO_WIN32 removed as it clashes with dso_conf.h)
 CFLAG= $(CFLAG) \