diff options
author | jsing <> | 2017-08-11 21:13:12 +0000 |
---|---|---|
committer | jsing <> | 2017-08-11 21:13:12 +0000 |
commit | 14005370826ce8c9dd389471b0d1bba00da53d9c (patch) | |
tree | 35e021b6b20a79cf1cd527afe89beafe4a7f8a9f /src | |
parent | 65c5d8374880203397df562c8097599274a4012c (diff) | |
download | openbsd-14005370826ce8c9dd389471b0d1bba00da53d9c.tar.gz openbsd-14005370826ce8c9dd389471b0d1bba00da53d9c.tar.bz2 openbsd-14005370826ce8c9dd389471b0d1bba00da53d9c.zip |
doug@ added code in here as well.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/tlsext/tlsexttest.c | 3 |
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 |