Blame extra/openssl_compat.h

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