diff options
author | Vincent Richard <[email protected]> | 2013-09-22 20:33:35 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-09-22 20:33:35 +0000 |
commit | 4f6a8ab52f8eb6dedebd6763362e55bfbe4e05ab (patch) | |
tree | 402155454e05555d5b179484fa87a593f3c57953 | |
parent | Fixed chunking output buffer. (diff) | |
parent | fix typo (diff) | |
download | vmime-4f6a8ab52f8eb6dedebd6763362e55bfbe4e05ab.tar.gz vmime-4f6a8ab52f8eb6dedebd6763362e55bfbe4e05ab.zip |
Merge pull request #53 from mabrand/fix
fix typo
Diffstat (limited to '')
-rw-r--r-- | src/net/tls/gnutls/TLSSession_GnuTLS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tls/gnutls/TLSSession_GnuTLS.cpp b/src/net/tls/gnutls/TLSSession_GnuTLS.cpp index 8297e779..52fedc78 100644 --- a/src/net/tls/gnutls/TLSSession_GnuTLS.cpp +++ b/src/net/tls/gnutls/TLSSession_GnuTLS.cpp @@ -152,7 +152,7 @@ TLSSession_GnuTLS::TLSSession_GnuTLS(ref <security::cert::certificateVerifier> c // Sets some default priority on the ciphers, key exchange methods, // macs and compression methods. -#if VMIME_HAVE_GNUTLS_PRIORITY_FUNCS +#ifdef VMIME_HAVE_GNUTLS_PRIORITY_FUNCS gnutls_dh_set_prime_bits(*m_gnutlsSession, 128); if ((res = gnutls_priority_set_direct |