diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-03-08 15:37:34 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-03-08 15:37:34 +0000 |
commit | d0f0f034d2bcb1da5569c10ecc4588bba34c30c0 (patch) | |
tree | e107d5abff1e369bf5825375d269e4f8be73e55c /common/os/tls.h | |
parent | 2a032adc8e1934f27e5f7a449c90d2ca58ecb9f0 (diff) | |
download | tigervnc-d0f0f034d2bcb1da5569c10ecc4588bba34c30c0.tar.gz tigervnc-d0f0f034d2bcb1da5569c10ecc4588bba34c30c0.zip |
Fix up typo that's been copied around in several places.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4332 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/os/tls.h')
-rw-r--r-- | common/os/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/os/tls.h b/common/os/tls.h index 8980197c..f6b5550f 100644 --- a/common/os/tls.h +++ b/common/os/tls.h @@ -33,7 +33,7 @@ #ifndef HAVE_GNUTLS_DATUM_T typedef gnutls_datum gnutls_datum_t; #endif -#ifndef HAVE_GNUTLS_CRT_T +#ifndef HAVE_GNUTLS_X509_CRT_T typedef gnutls_x509_crt gnutls_x509_crt_t; #endif #ifndef HAVE_GNUTLS_PK_ALGORITHM_T |