Blame extra/openssl_compat.h

Packit aea12f
/*
Packit aea12f
 * Copyright (C) 2002-2012 Free Software Foundation, Inc.
Packit aea12f
 *
Packit aea12f
 * Author: Nikos Mavrogiannopoulos
Packit aea12f
 *
Packit aea12f
 * This file is part of GnuTLS-EXTRA.
Packit aea12f
 *
Packit aea12f
 * GnuTLS-extra is free software; you can redistribute it and/or
Packit aea12f
 * modify it under the terms of the GNU General Public License as
Packit aea12f
 * published by the Free Software Foundation; either version 3 of the
Packit aea12f
 * License, or (at your option) any later version.
Packit aea12f
 *
Packit aea12f
 * GnuTLS-extra is distributed in the hope that it will be useful, but
Packit aea12f
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit aea12f
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit aea12f
 * General Public License for more details.
Packit aea12f
 *
Packit aea12f
 * You should have received a copy of the GNU General Public License
Packit aea12f
 * along with GnuTLS-EXTRA; if not, write to the Free Software
Packit aea12f
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
Packit aea12f
 * 02110-1301, USA.
Packit aea12f
 *
Packit aea12f
 */
Packit aea12f
Packit aea12f
#ifndef GNUTLS_COMPAT8_H
Packit aea12f
#define GNUTLS_COMPAT8_H
Packit aea12f
Packit aea12f
/* Extra definitions */
Packit aea12f
#include <gnutls/openssl.h>
Packit aea12f
Packit aea12f
int gnutls_x509_extract_certificate_dn(const gnutls_datum_t *,
Packit aea12f
				       gnutls_x509_dn *);
Packit aea12f
int gnutls_x509_extract_certificate_issuer_dn(const gnutls_datum_t *,
Packit aea12f
					      gnutls_x509_dn *);
Packit aea12f
Packit aea12f
#endif