diff options
Diffstat (limited to 'lib/libssl/t1_reneg.c')
-rw-r--r-- | lib/libssl/t1_reneg.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libssl/t1_reneg.c b/lib/libssl/t1_reneg.c index fee9dd8e4a1..c93105ef4dd 100644 --- a/lib/libssl/t1_reneg.c +++ b/lib/libssl/t1_reneg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_reneg.c,v 1.8 2014/06/21 20:27:25 tedu Exp $ */ +/* $OpenBSD: t1_reneg.c,v 1.9 2014/11/16 14:12:47 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -108,8 +108,11 @@ * Hudson (tjh@cryptsoft.com). * */ + #include <stdio.h> + #include <openssl/objects.h> + #include "ssl_locl.h" /* Add the client's renegotiation binding */ |