summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
authorjsing <>2017-08-11 21:13:12 +0000
committerjsing <>2017-08-11 21:13:12 +0000
commit7ed8ddc54257652c0495d50b2f704c99c40abaf0 (patch)
tree35e021b6b20a79cf1cd527afe89beafe4a7f8a9f /src/regress
parentf5ea34f1252967ee5ad5ff90ad7a55bb52c8144a (diff)
downloadopenbsd-7ed8ddc54257652c0495d50b2f704c99c40abaf0.tar.gz
openbsd-7ed8ddc54257652c0495d50b2f704c99c40abaf0.tar.bz2
openbsd-7ed8ddc54257652c0495d50b2f704c99c40abaf0.zip
doug@ added code in here as well.
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libssl/tlsext/tlsexttest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/tlsext/tlsexttest.c b/src/regress/lib/libssl/tlsext/tlsexttest.c
index df448924a3..8ffdcf4443 100644
--- a/src/regress/lib/libssl/tlsext/tlsexttest.c
+++ b/src/regress/lib/libssl/tlsext/tlsexttest.c
@@ -1,6 +1,7 @@
1/* $OpenBSD: tlsexttest.c,v 1.6 2017/08/11 21:12:39 jsing Exp $ */ 1/* $OpenBSD: tlsexttest.c,v 1.7 2017/08/11 21:13:12 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2017 Doug Hogan <doug@openbsd.org>
4 * 5 *
5 * Permission to use, copy, modify, and distribute this software for any 6 * Permission to use, copy, modify, and distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above 7 * purpose with or without fee is hereby granted, provided that the above