summaryrefslogtreecommitdiffstats
path: root/lib/libssl
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-07-09 20:37:20 +0000
committertedu <tedu@openbsd.org>2014-07-09 20:37:20 +0000
commit0d993c3f1aa1f96871cc1b2e5d7a7ca50ae684cb (patch)
tree52f6850cc6f3a077c95dd03654884d52abfdabc9 /lib/libssl
parentreset host, port, path to null after freeing so the caller doesn't (diff)
downloadwireguard-openbsd-0d993c3f1aa1f96871cc1b2e5d7a7ca50ae684cb.tar.xz
wireguard-openbsd-0d993c3f1aa1f96871cc1b2e5d7a7ca50ae684cb.zip
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)