updated libtasn1 version
[gnutls.git] / extra / openssl_compat.h
blobbd5e451080238278b8abc0097e5354f99db55914
1 /*
2 * Copyright (C) 2002-2012 Free Software Foundation, Inc.
4 * Author: Nikos Mavrogiannopoulos
6 * This file is part of GnuTLS-EXTRA.
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.
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.
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.
25 #ifndef GNUTLS_COMPAT8_H
26 #define GNUTLS_COMPAT8_H
28 /* Extra definitions */
29 #include <gnutls/openssl.h>
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 *);
36 #endif