summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-07-09 20:37:21 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-07-09 20:37:21 +0000
commit5ae70562c786c31dbca6e394811f7c191af42ada (patch)
treec2abb69d1f0e510d631a86a98dd441b8ec85767b /lib/libssl
parent7cfb67c339fb85956269a56aceaa8dc7b40ef027 (diff)
move a comment
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/src/apps/apps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/apps/apps.c b/lib/libssl/src/apps/apps.c
index e54aa7778bb..17f4f7668c5 100644
--- a/lib/libssl/src/apps/apps.c
+++ b/lib/libssl/src/apps/apps.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apps.c,v 1.61 2014/07/09 09:06:58 bcook Exp $ */
+/* $OpenBSD: apps.c,v 1.62 2014/07/09 20:37:20 tedu Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -2229,8 +2229,8 @@ next_protos_parse(unsigned short *outlen, const char *in)
*outlen = len + 1;
return out;
}
-#endif /* !OPENSSL_NO_TLSEXT &&
- * !OPENSSL_NO_NEXTPROTONEG */
+#endif
+/* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */
double
app_tminterval(int stop, int usertime)