From: Simon Josefsson Date: Thu, 27 Oct 2005 15:11:20 +0000 (+0000) Subject: Get exported function prototypes from gnutls/x509.h instead. X-Git-Tag: gnutls_1_2_9~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bb177dd33adbbb2418b3bd2b3931aebbba4b95d;p=thirdparty%2Fgnutls.git Get exported function prototypes from gnutls/x509.h instead. --- diff --git a/lib/x509/crq.h b/lib/x509/crq.h index b3fad9df7c..96b215ea9d 100644 --- a/lib/x509/crq.h +++ b/lib/x509/crq.h @@ -22,27 +22,8 @@ * */ -#ifndef CRQ_H -# define CRQ_H +#include typedef struct gnutls_x509_crq_int { - ASN1_TYPE crq; + ASN1_TYPE crq; } gnutls_x509_crq_int; - -typedef struct gnutls_x509_crq_int *gnutls_x509_crq_t; - -int gnutls_x509_crq_get_dn_by_oid(gnutls_x509_crq_t crq, const char *oid, - int indx, unsigned int raw_flag, - void *buf, size_t * sizeof_buf); - -int gnutls_x509_crq_init(gnutls_x509_crq_t * crq); -void gnutls_x509_crq_deinit(gnutls_x509_crq_t crq); - -int gnutls_x509_crq_import(gnutls_x509_crq_t crq, - const gnutls_datum_t * data, - gnutls_x509_crt_fmt_t format); - -int gnutls_x509_crq_get_pk_algorithm(gnutls_x509_crq_t crq, - unsigned int *bits); - -#endif