From ceab33e2cfecbe57762e06576d2dd124c0424336 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 5 Jul 2016 21:22:18 +0200 Subject: Typo and comment fix Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1301) --- crypto/ct/ct_b64.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crypto/ct') diff --git a/crypto/ct/ct_b64.c b/crypto/ct/ct_b64.c index 9cf7c51be3..80bd45e2d9 100644 --- a/crypto/ct/ct_b64.c +++ b/crypto/ct/ct_b64.c @@ -116,9 +116,10 @@ SCT *SCT_new_from_base64(unsigned char version, const char *logid_base64, } /* - * This methods returns: 1 on Success, - * 0 on decoding failure, - * -1 on internal (malloc) failure, or invalid parameter if any. + * Allocate, build and returns a new |ct_log| from input |pkey_base64| + * It returns 1 on success, + * 0 on decoding failure, or invalid parameter if any + * -1 on internal (malloc) failure */ int CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) { -- cgit v1.2.3