summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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