Accepting request 287767 from network:vpn

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/287767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openvpn?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2015-02-27 09:59:47 +00:00 committed by Git OBS Bridge
commit 2168217c89
3 changed files with 8 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 [MD5_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,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 18 17:20:46 UTC 2015 - mt@suse.de
- Fixed to use correct sha digest data length (boo#914166)
-------------------------------------------------------------------
Mon Dec 1 19:37:29 UTC 2014 - mt@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package openvpn
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed