diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-11-04 07:59:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 22:59:02 -0800 |
| commit | 63dccf771d0bf84f8a1e111c8b53a4057d4c0a18 (patch) | |
| tree | f0e840ea56fc2959d27dced9df9dda4202ef1c99 /ports/openssl-unix/STRINGIFYPatch.patch | |
| parent | c4c020828aa1b743707876ffaeb0dccf091e96f5 (diff) | |
| download | vcpkg-63dccf771d0bf84f8a1e111c8b53a4057d4c0a18.tar.gz vcpkg-63dccf771d0bf84f8a1e111c8b53a4057d4c0a18.zip | |
[OpenSSL] refactor openssl ports. (#14308)
Diffstat (limited to 'ports/openssl-unix/STRINGIFYPatch.patch')
| -rw-r--r-- | ports/openssl-unix/STRINGIFYPatch.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ports/openssl-unix/STRINGIFYPatch.patch b/ports/openssl-unix/STRINGIFYPatch.patch deleted file mode 100644 index dd8f9c297..000000000 --- a/ports/openssl-unix/STRINGIFYPatch.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/crypto/cversion.c b/crypto/cversion.c -index bfff699..17b7912 100644 ---- a/crypto/cversion.c -+++ b/crypto/cversion.c -@@ -56,6 +56,9 @@ - * [including the GNU Public Licence.] - */ - -+#define STRINGIFY2(x) #x -+#define STRINGIFY(x) STRINGIFY2(x) -+ - #include "cryptlib.h" - - #ifndef NO_WINDOWS_BRAINDEATH -@@ -79,7 +82,7 @@ const char *SSLeay_version(int t) - } - if (t == SSLEAY_CFLAGS) { - #ifdef CFLAGS -- return (CFLAGS); -+ return STRINGIFY(CFLAGS); - #else - return ("compiler: information not available"); - #endif |
