From: Bodo Möller Date: Thu, 13 May 1999 10:36:29 +0000 (+0000) Subject: Spacing in comment corrected. X-Git-Tag: OpenSSL_0_9_3beta1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d111f4a476896a417069d16597ce3009f9bb992;p=openssl Spacing in comment corrected. --- diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 91f3b254c7..16edcee8e5 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -277,7 +277,7 @@ typedef struct cert_st STACK_OF(X509) *cert_chain; /* XXX should only exist in sess_cert_st */ - int references; /*> 1 only if SSL_copy_session_id is used */ + int references; /* >1 only if SSL_copy_session_id is used */ } CERT;