diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:57:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-26 10:57:03 +0200 |
commit | c57b372efd69329ff365e61669d5406d5bdde5db (patch) | |
tree | 3051894bc06161440cb66acbd6bd6d0fe57748d0 /libextra | |
parent | 43aab88f241f561000f601254a7a08a975749694 (diff) | |
download | gnutls-c57b372efd69329ff365e61669d5406d5bdde5db.tar.gz |
Fix version symbol namespace.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/gnutls_extra.c | 2 | ||||
-rw-r--r-- | libextra/includes/gnutls/extra.h | 2 | ||||
-rw-r--r-- | libextra/includes/gnutls/openssl.h | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/libextra/gnutls_extra.c b/libextra/gnutls_extra.c index 95ee25a3f8..fc79207883 100644 --- a/libextra/gnutls_extra.c +++ b/libextra/gnutls_extra.c @@ -154,7 +154,7 @@ gnutls_global_init_extra (void) * * Check GnuTLS Extra Library version. * - * See %LIBGNUTLS_EXTRA_VERSION for a suitable @req_version string. + * See %GNUTLS_EXTRA_VERSION for a suitable @req_version string. * * Return value: Check that the version of the library is at * minimum the one given as a string in @req_version and return the diff --git a/libextra/includes/gnutls/extra.h b/libextra/includes/gnutls/extra.h index 0a2c35e1c0..36e950cb8c 100644 --- a/libextra/includes/gnutls/extra.h +++ b/libextra/includes/gnutls/extra.h @@ -36,7 +36,7 @@ extern "C" { #endif -#define LIBGNUTLS_EXTRA_VERSION LIBGNUTLS_VERSION +#define GNUTLS_EXTRA_VERSION GNUTLS_VERSION /* TLS/IA stuff */ diff --git a/libextra/includes/gnutls/openssl.h b/libextra/includes/gnutls/openssl.h index 106d5a53c7..22e269fd63 100644 --- a/libextra/includes/gnutls/openssl.h +++ b/libextra/includes/gnutls/openssl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation * Copyright (c) 2002 Andrew McDonald <andrew@mcdonald.org.uk> * * This file is part of GNUTLS-EXTRA. @@ -65,7 +65,7 @@ extern "C" #define OPENSSL_VERSION_NUMBER (0x0090604F) #define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER -#define OPENSSL_VERSION_TEXT ("GNUTLS " LIBGNUTLS_VERSION " ") +#define OPENSSL_VERSION_TEXT ("GNUTLS " GNUTLS_VERSION " ") #define SSL_ERROR_NONE (0) #define SSL_ERROR_SSL (1) |