From 0590187c206e589215a373265384638df5357fd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kou=C5=99il?= Date: Wed, 18 Jan 2012 09:48:06 +0000 Subject: [PATCH] removed unnecessary calls --- emi.canl.canl-c/src/canl_cred.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/emi.canl.canl-c/src/canl_cred.h b/emi.canl.canl-c/src/canl_cred.h index fd13052..ea48e2d 100644 --- a/emi.canl.canl-c/src/canl_cred.h +++ b/emi.canl.canl-c/src/canl_cred.h @@ -80,18 +80,12 @@ canl_cred_save_chain(canl_ctx, canl_cred, STACK_OF(X509) **); /* Routines to handle X.509 requests */ canl_err_code CANL_CALLCONV -canl_req_create(canl_ctx, canl_x509_req *); - -canl_err_code CANL_CALLCONV -canl_req_create_req(canl_ctx, canl_x509_req *, X509_REQ *); +canl_req_create(canl_ctx, canl_x509_req *, unsigned int); canl_err_code CANL_CALLCONV canl_req_free(canl_ctx, canl_x509_req); canl_err_code CANL_CALLCONV -canl_req_gen_key(canl_ctx, canl_x509_req, unsigned int); - -canl_err_code CANL_CALLCONV canl_req_get_req(canl_ctx, canl_x509_req, X509_REQ **); #if 0 -- 1.8.2.3