diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-03-01 03:12:41 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-03-01 03:12:41 +0000 |
commit | 881fc65b96a20beed1f2b331e5303bb3aac40fb6 (patch) | |
tree | 3fb5d9b65c3b8c91c65b94acb23674523b15c17a /testing/x11vnc/libressl.patch | |
parent | 79676113772c5e49ba2d2986369f4e41191d7926 (diff) | |
download | aports-881fc65b96a20beed1f2b331e5303bb3aac40fb6.tar.bz2 aports-881fc65b96a20beed1f2b331e5303bb3aac40fb6.tar.xz |
community/x11vnc: move from testing
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) { |