Revert "doc update"
[gnutls:gnutls.git] / extra / openssl_compat.h
1 /*
2  * Copyright (C) 2002-2012 Free Software Foundation, Inc.
3  *
4  * Author: Nikos Mavrogiannopoulos
5  *
6  * This file is part of GnuTLS-EXTRA.
7  *
8  * GnuTLS-extra is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License as
10  * published by the Free Software Foundation; either version 3 of the
11  * License, or (at your option) any later version.
12  *
13  * GnuTLS-extra is distributed in the hope that it will be useful, but
14  * WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with GnuTLS-EXTRA; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301, USA.
22  *
23  */
24
25 #ifndef GNUTLS_COMPAT8_H
26 #define GNUTLS_COMPAT8_H
27
28 /* Extra definitions */
29 #include <gnutls/openssl.h>
30
31 int gnutls_x509_extract_certificate_dn(const gnutls_datum_t *,
32                                        gnutls_x509_dn *);
33 int gnutls_x509_extract_certificate_issuer_dn(const gnutls_datum_t *,
34                                               gnutls_x509_dn *);
35
36 #endif