diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:07:57 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-02-26 11:07:57 +0100 |
commit | d121583607afaa820f9f4ff83d424cc7130f1eab (patch) | |
tree | 80a9fe97b8e40456df09db0901bf6838244c16e0 /libextra | |
parent | 7f303f77a1410756712e44a0bf77a210953e19c5 (diff) | |
download | gnutls-d121583607afaa820f9f4ff83d424cc7130f1eab.tar.gz |
Move dn.h stuff to x509_int.h.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/openssl_compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libextra/openssl_compat.c b/libextra/openssl_compat.c index b19864609e..089cb5a567 100644 --- a/libextra/openssl_compat.c +++ b/libextra/openssl_compat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation + * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -29,7 +29,7 @@ #include <gnutls_global.h> #include <gnutls_errors.h> #include <string.h> /* memset */ -#include <x509/dn.h> +#include <x509/x509_int.h> #include <libtasn1.h> #include <gnutls/x509.h> #include <openssl_compat.h> |