Package: italc / 1:2.0.2+dfsg1-2

007_use-openssl-sha.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Use OpenSSL's sha algorithm instead of upstream's
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Abstract:
 See debian/README.Debian for details.

--- a/ica/x11/libvncserver/rfbcrypto_included.c
+++ b/ica/x11/libvncserver/rfbcrypto_included.c
@@ -23,7 +23,7 @@
 
 #include <string.h>
 #include "md5.h"
-#include "sha1.h"
+#include "openssl/sha.h"
 #include "rfbcrypto.h"
 
 void digestmd5(const struct iovec *iov, int iovcnt, void *dest)