Blame extra/openssl_compat.h

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