summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/testdsa.h
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/testdsa.h
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/testdsa.h (renamed from src/lib/libssl/src/apps/testdsa.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/testdsa.h b/src/usr.bin/openssl/testdsa.h
index 0fcdac0f36..1bbb09ca70 100644
--- a/src/lib/libssl/src/apps/testdsa.h
+++ b/src/usr.bin/openssl/testdsa.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: testdsa.h,v 1.7 2014/06/12 15:49:27 deraadt Exp $ */ 1/* $OpenBSD: testdsa.h,v 1.1 2014/08/26 17:47:25 jsing Exp $ */
2 2
3DSA *get_dsa512(void); 3DSA *get_dsa512(void);
4DSA *get_dsa1024(void); 4DSA *get_dsa1024(void);