these do not use ioctl.h
authorderaadt <deraadt@openbsd.org>
Tue, 6 Oct 2015 03:29:49 +0000 (03:29 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 6 Oct 2015 03:29:49 +0000 (03:29 +0000)
usr.bin/openssl/s_client.c
usr.bin/openssl/s_server.c

index aca9bbf..6d250f1 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: s_client.c,v 1.19 2015/09/11 14:30:23 bcook Exp $ */
+/* $OpenBSD: s_client.c,v 1.20 2015/10/06 03:29:49 deraadt Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  */
 
 #include <sys/types.h>
-#include <sys/ioctl.h>
 #include <sys/socket.h>
 
 #include <netinet/in.h>
index 32c8d4a..11e9814 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: s_server.c,v 1.18 2015/09/11 20:06:35 beck Exp $ */
+/* $OpenBSD: s_server.c,v 1.19 2015/10/06 03:29:49 deraadt Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
 #endif
 
 #include <sys/types.h>
-#include <sys/ioctl.h>
 #include <sys/socket.h>
 
 #include <assert.h>