1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/security/openssh/files/patch-ah
Brian Feldman 406efcfe3b Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
1999-11-08 06:20:54 +00:00

15 lines
438 B
Plaintext

diff -ru /home/green/ssh/cipher.h ./cipher.h
--- /home/green/ssh/cipher.h Sun Oct 3 03:39:00 1999
+++ ./cipher.h Mon Nov 8 00:06:40 1999
@@ -16,8 +16,8 @@
#ifndef CIPHER_H
#define CIPHER_H
-#include <des.h>
-#include <ssl/blowfish.h>
+#include <openssl/blowfish.h>
+#include <openssl/des.h>
/* Cipher types. New types can be added, but old types should not be removed
for compatibility. The maximum allowed value is 31. */