fixed previous fix

OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=86
This commit is contained in:
Marius Tomaschewski 2015-02-18 17:21:27 +00:00 committed by Git OBS Bridge
parent b4dab5a27f
commit fbf787a918
2 changed files with 3 additions and 2 deletions

View File

@ -121,8 +121,9 @@ diff -urNp openvpn-2.3.2.orig/src/openvpn/crypto.h openvpn-2.3.2/src/openvpn/cry
};
-struct md5_digest {
- uint8_t digest [MD5_DIGEST_LENGTH];
+struct sha1_digest {
uint8_t digest [SHA_DIGEST_LENGTH];
+ uint8_t digest [SHA_DIGEST_LENGTH];
};
-const char *md5sum(uint8_t *buf, int len, int n_print_chars, struct gc_arena *gc);

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Tue Feb 10 15:33:12 UTC 2015 - mt@suse.de
Wed Feb 18 17:20:46 UTC 2015 - mt@suse.de
- Fixed to use correct sha digest data length (boo#914166)