summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-21 17:09:54 +0000
committerBodo Möller <bodo@openssl.org>2000-02-21 17:09:54 +0000
commita2a0158959e597188c10fbfeaf61888b2df2e587 (patch)
treea563afeb10919ce28f583523044924f6a817882f /ssl/ssl_locl.h
parente7ecc7d4ddcfc5d2a09dde220e3fc0b5e4b46289 (diff)
Fix some bugs and document others
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 0f819021f0..9a52bab254 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -306,8 +306,8 @@ typedef struct cert_st
{
/* Current active set */
CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
- * Probably it would make more sense to store
- * an index, not a pointer. */
+ * Probably it would make more sense to store
+ * an index, not a pointer. */
/* The following masks are for the key and auth
* algorithms that are supported by the certs below */