From dcb959f2324f702cb392014bf95d2f771e60981d Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 29 Sep 2010 17:02:15 -0400 Subject: [PATCH 026/150] - stub out load_ca and free_cert_info --- src/plugins/preauth/pkinit/pkinit_crypto_nss.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/preauth/pkinit/pkinit_crypto_nss.c b/src/plugins/preauth/pkinit/pkinit_crypto_nss.c index 908cf5e..af74e93 100644 --- a/src/plugins/preauth/pkinit/pkinit_crypto_nss.c +++ b/src/plugins/preauth/pkinit/pkinit_crypto_nss.c @@ -1013,7 +1013,7 @@ crypto_free_cert_info(krb5_context context, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx) { - return ENOSYS; + return 0; /* FIXME: should we nuke some lists here? */ } /* Count how many candidate "self" certificates and keys we have. */ @@ -1413,7 +1413,7 @@ crypto_load_cas_and_crls(krb5_context context, pkinit_identity_crypto_context id_cryptoctx, int idtype, int catype, char *id) { - return ENOSYS; + return 0; /* FIXME */ } /* Retrieve the client's copy of the KDC's certificate. */ -- 1.7.6.4