summarylogtreecommitdiffstats
path: root/fix_libssh2_build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_libssh2_build.patch')
-rw-r--r--fix_libssh2_build.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix_libssh2_build.patch b/fix_libssh2_build.patch
deleted file mode 100644
index e0b29b735c9e..000000000000
--- a/fix_libssh2_build.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/openssl.h b/src/openssl.h
-index 6aa1219..f393c9c 100644
---- a/src/openssl.h
-+++ b/src/openssl.h
-@@ -223,7 +223,7 @@ int _libssh2_md5_init(libssh2_md5_ctx *ctx);
- #define libssh2_hmac_update(ctx, data, datalen) \
- HMAC_Update(&(ctx), data, datalen)
- #define libssh2_hmac_final(ctx, data) HMAC_Final(&(ctx), data, NULL)
--#define libssh2_hmac_cleanup(ctx) HMAC_cleanup(ctx)
-+#define libssh2_hmac_cleanup(ctx) HMAC_CTX_cleanup(ctx)
- #endif
-
- #define libssh2_crypto_init() \