summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/passwd.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/passwd.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/passwd.c (renamed from src/lib/libssl/src/apps/passwd.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/passwd.c b/src/usr.bin/openssl/passwd.c
index 6a16a475a9..fd5d062f57 100644
--- a/src/lib/libssl/src/apps/passwd.c
+++ b/src/usr.bin/openssl/passwd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: passwd.c,v 1.24 2014/07/25 06:05:32 doug Exp $ */ 1/* $OpenBSD: passwd.c,v 1.1 2014/08/26 17:47:25 jsing Exp $ */
2 2
3#if defined OPENSSL_NO_MD5 3#if defined OPENSSL_NO_MD5
4#define NO_MD5CRYPT_1 4#define NO_MD5CRYPT_1