diff options
Diffstat (limited to 'testing/x11vnc/libressl.patch')
-rw-r--r-- | testing/x11vnc/libressl.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/x11vnc/libressl.patch b/testing/x11vnc/libressl.patch deleted file mode 100644 index e650c92d7b..0000000000 --- a/testing/x11vnc/libressl.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/enc.h b/src/enc.h -index 55d49bb..edf8f6b 100644 ---- a/src/enc.h -+++ b/src/enc.h -@@ -454,8 +454,10 @@ extern void enc_do(char *ciph, char *keyfile, char *lport, char *rhp) { - p++; - if (strstr(p, "md5+") == p) { - Digest = EVP_md5(); p += strlen("md5+"); -+#ifndef OPENSSL_NO_SHA0 - } else if (strstr(p, "sha+") == p) { - Digest = EVP_sha(); p += strlen("sha+"); -+#endif - } else if (strstr(p, "sha1+") == p) { - Digest = EVP_sha1(); p += strlen("sha1+"); - } else if (strstr(p, "ripe+") == p) { |