summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libcrypto/bio/biotest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bio/biotest.c b/src/regress/lib/libcrypto/bio/biotest.c
index c6d38eb5b1..75dbf8c4fe 100644
--- a/src/regress/lib/libcrypto/bio/biotest.c
+++ b/src/regress/lib/libcrypto/bio/biotest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: biotest.c,v 1.2 2014/06/22 16:57:34 jsing Exp $ */ 1/* $OpenBSD: biotest.c,v 1.3 2014/07/08 14:17:38 bcook Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -18,7 +18,7 @@
18#include <sys/types.h> 18#include <sys/types.h>
19 19
20#include <stdlib.h> 20#include <stdlib.h>
21#include <strings.h> 21#include <string.h>
22 22
23#include <netinet/in.h> 23#include <netinet/in.h>
24 24