Add rehash command to openssl
authorTimo Teras <timo.teras@gmail.com>
Thu, 7 May 2015 16:48:47 +0000 (12:48 -0400)
committerRich Salz <rsalz@openssl.org>
Sun, 6 Sep 2015 22:03:54 +0000 (18:03 -0400)
commit8f6f1441a368b984b739658778f53db1bf71a543
tree9542c30c214e31d5da11a15d613c48ca9ee853cb
parent496f4f9d6af6f69d604c1cedfeb956159b66846e
Add rehash command to openssl

On Unix/Linux platforms, merge c_rehash script into openssl as a
C program.

Signed-off-by: Rich Salz <rsalz@akamai.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Makefile.org
apps/Makefile
apps/progs.h
apps/rehash.c [new file with mode: 0644]
doc/apps/rehash.pod [moved from doc/apps/c_rehash.pod with 87% similarity]