summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/timeouts.h
diff options
context:
space:
mode:
authorjsing <>2014-08-26 17:47:25 +0000
committerjsing <>2014-08-26 17:47:25 +0000
commitf3755acd5513f85ff734de6a822b6f804d3776ce (patch)
tree1f859a78eae941040f58599de8c0e1e56d61fdad /src/usr.bin/openssl/timeouts.h
parent0779b9f30aa9875c290af18a4362799668829707 (diff)
downloadopenbsd-f3755acd5513f85ff734de6a822b6f804d3776ce.tar.gz
openbsd-f3755acd5513f85ff734de6a822b6f804d3776ce.tar.bz2
openbsd-f3755acd5513f85ff734de6a822b6f804d3776ce.zip
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@
Diffstat (limited to '')
-rw-r--r--src/usr.bin/openssl/timeouts.h (renamed from src/lib/libssl/src/apps/timeouts.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/timeouts.h b/src/usr.bin/openssl/timeouts.h
index 2b3ae38bb4..dd2f85028d 100644
--- a/src/lib/libssl/src/apps/timeouts.h
+++ b/src/usr.bin/openssl/timeouts.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: timeouts.h,v 1.3 2014/06/12 15:49:27 deraadt Exp $ */ 1/* $OpenBSD: timeouts.h,v 1.1 2014/08/26 17:47:25 jsing Exp $ */
2/* 2/*
3 * DTLS implementation written by Nagendra Modadugu 3 * DTLS implementation written by Nagendra Modadugu
4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. 4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.