summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/verify.c
diff options
context:
space:
mode:
authorjsing <>2014-08-26 17:47:25 +0000
committerjsing <>2014-08-26 17:47:25 +0000
commit5aab6333892d1796683d2fd5e0c53b48b711bfde (patch)
tree1f859a78eae941040f58599de8c0e1e56d61fdad /src/usr.bin/openssl/verify.c
parent7578aa547ab7082a9bb1785cf26323e92b898f79 (diff)
downloadopenbsd-5aab6333892d1796683d2fd5e0c53b48b711bfde.tar.gz
openbsd-5aab6333892d1796683d2fd5e0c53b48b711bfde.tar.bz2
openbsd-5aab6333892d1796683d2fd5e0c53b48b711bfde.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/verify.c (renamed from src/lib/libssl/src/apps/verify.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/verify.c b/src/usr.bin/openssl/verify.c
index 218270aa44..057c467372 100644
--- a/src/lib/libssl/src/apps/verify.c
+++ b/src/usr.bin/openssl/verify.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: verify.c,v 1.26 2014/07/14 00:35:10 deraadt Exp $ */ 1/* $OpenBSD: verify.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *