diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-01-11 08:09:54 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-01-11 08:09:54 +0000 |
commit | fdd88fb3d2a5f7a74a608743f334ed84895bcc4d (patch) | |
tree | dd0e1b16c38cebe6186ad6b57a4aa4487140d498 /lib/auth_dhe.c | |
parent | e3652edc1e88e2a985874ed428ec4db629fcfb67 (diff) | |
download | gnutls-fdd88fb3d2a5f7a74a608743f334ed84895bcc4d.tar.gz |
Cleanup gnutls vs gnutls-extra integration, for OpenPGP certs.
Diffstat (limited to 'lib/auth_dhe.c')
-rw-r--r-- | lib/auth_dhe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/auth_dhe.c b/lib/auth_dhe.c index c95a91a352..c9ff9f5200 100644 --- a/lib/auth_dhe.c +++ b/lib/auth_dhe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007 Free Software Foundation * * Author: Nikos Mavroyanopoulos * @@ -36,7 +36,6 @@ #include <gnutls_datum.h> #include <auth_cert.h> #include <gnutls_x509.h> -#include <gnutls_extra.h> #include <gnutls_state.h> #include <auth_dh_common.h> |