Skip to content

Commit

Permalink
project: Update for 3.5.17 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jan 20, 2018
1 parent 25ef8bf commit 010d2fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SMP/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@
#define HAVE_LIMITS_H 1

/* Enable the Linux getrandom function */
/* #undef HAVE_LINUX_GETRANDOM */
/* #undef HAVE_GETRANDOM */

/* Define to 1 if you have the `localtime' function. */
#define HAVE_LOCALTIME 1
Expand Down
6 changes: 3 additions & 3 deletions SMP/gnutls/gnutls.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ extern "C" {
#endif
/* *INDENT-ON* */

#define GNUTLS_VERSION "3.5.16"
#define GNUTLS_VERSION "3.5.17"

#define GNUTLS_VERSION_MAJOR 3
#define GNUTLS_VERSION_MINOR 5
#define GNUTLS_VERSION_PATCH 16
#define GNUTLS_VERSION_PATCH 17

#define GNUTLS_VERSION_NUMBER 0x030510
#define GNUTLS_VERSION_NUMBER 0x030511

#define GNUTLS_CIPHER_RIJNDAEL_128_CBC GNUTLS_CIPHER_AES_128_CBC
#define GNUTLS_CIPHER_RIJNDAEL_256_CBC GNUTLS_CIPHER_AES_256_CBC
Expand Down
4 changes: 2 additions & 2 deletions SMP/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.5.16"
#define PACKAGE_VERSION "3.5.17"

/* Version number of package */
#define VERSION "3.5.16"
#define VERSION "3.5.17"

0 comments on commit 010d2fb

Please sign in to comment.