summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortedu <>2014-07-09 20:37:20 +0000
committertedu <>2014-07-09 20:37:20 +0000
commit54f4c0ea8f51b3f400a74b0292e5c2e8adcfbeef (patch)
tree3d605eb48dfd325feae2ab259a8a8a146c28c23e /src
parent712443529fe06079170bae8abaae1eb825169162 (diff)
downloadopenbsd-54f4c0ea8f51b3f400a74b0292e5c2e8adcfbeef.tar.gz
openbsd-54f4c0ea8f51b3f400a74b0292e5c2e8adcfbeef.tar.bz2
openbsd-54f4c0ea8f51b3f400a74b0292e5c2e8adcfbeef.zip
move a comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/src/apps/apps.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/apps/apps.c b/src/lib/libssl/src/apps/apps.c
index e54aa7778b..17f4f7668c 100644
--- a/src/lib/libssl/src/apps/apps.c
+++ b/src/lib/libssl/src/apps/apps.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: apps.c,v 1.61 2014/07/09 09:06:58 bcook Exp $ */ 1/* $OpenBSD: apps.c,v 1.62 2014/07/09 20:37:20 tedu Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -2229,8 +2229,8 @@ next_protos_parse(unsigned short *outlen, const char *in)
2229 *outlen = len + 1; 2229 *outlen = len + 1;
2230 return out; 2230 return out;
2231} 2231}
2232#endif /* !OPENSSL_NO_TLSEXT && 2232#endif
2233 * !OPENSSL_NO_NEXTPROTONEG */ 2233/* !OPENSSL_NO_TLSEXT && !OPENSSL_NO_NEXTPROTONEG */
2234 2234
2235double 2235double
2236app_tminterval(int stop, int usertime) 2236app_tminterval(int stop, int usertime)