summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-09 13:52:56 +0000
committermarkm <markm@FreeBSD.org>2000-01-09 13:52:56 +0000
commit469413f55837cbdc10dd50706a06e1f0f347885e (patch)
tree8ab27d561473071bb5e38062e30eabae6e51c925 /crypto
parentd42b1f1b3900ecd82d59d642cd3599194ce8436d (diff)
downloadFreeBSD-src-469413f55837cbdc10dd50706a06e1f0f347885e.zip
FreeBSD-src-469413f55837cbdc10dd50706a06e1f0f347885e.tar.gz
Fix path.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/libdes/rpw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/libdes/rpw.c b/crypto/libdes/rpw.c
index 0b6b151..96cb318 100644
--- a/crypto/libdes/rpw.c
+++ b/crypto/libdes/rpw.c
@@ -54,10 +54,12 @@
* derivative of this code cannot be changed. i.e. this code cannot simply be
* copied and put under another distribution licence
* [including the GNU Public Licence.]
+ *
+ * $FreeBSD$
*/
#include <stdio.h>
-#include <openssl/des.h>
+#include <des.h>
int main(int argc, char *argv[])
{
OpenPOWER on IntegriCloud