From: Daniel KouĊ™il Date: Wed, 18 Jan 2012 09:48:06 +0000 (+0000) Subject: removed unnecessary calls X-Git-Tag: emi-canl-c_R_1_0_0_0~38 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0590187c206e589215a373265384638df5357fd6;p=jra1mw.git removed unnecessary calls --- 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