fixed previous fix
OBS-URL: https://build.opensuse.org/package/show/network:vpn/openvpn?expand=0&rev=86
This commit is contained in:
parent
b4dab5a27f
commit
fbf787a918
@ -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);
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user