From b8998ae6d3fcb69b8dd1c2491cc82f0802ce1097 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 20 Oct 2010 21:50:55 -0400 Subject: [PATCH 064/150] - tweak docs just a bit --- 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 f119888..47e2d40 100644 --- a/src/plugins/preauth/pkinit/pkinit_crypto_nss.c +++ b/src/plugins/preauth/pkinit/pkinit_crypto_nss.c @@ -55,7 +55,7 @@ * general-purpose SSL/TLS configuration, even though we're leaning on SSL/TLS * trust settings. */ #define CONFIGDIR "/home/nalin/projects/krb5/pkinit/src/plugins/preauth/pkinit" /* FIXME */ -#define NSS_CMSContentInfo_SetDontStream(a, b) (SECSuccess) /* FIXME */ +#define NSS_CMSContentInfo_SetDontStream(a, b) (SECSuccess) /* FIXME once this API works */ /* #define DEBUG_DER "/usr/lib64/nss/unsupported-tools/derdump" */ @@ -1699,7 +1699,7 @@ crypto_free_cert_info(krb5_context context, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx) { - return 0; /* FIXME: should we nuke some lists here? */ + return 0; /* FIXME: maybe should we nuke some lists here? */ } /* Count how many candidate "self" certificates and keys we have. We could as -- 1.7.6.4