mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Fix build with NONE_CIPHER.
This commit is contained in:
parent
8678551766
commit
d5324e3511
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431773
1 changed files with 3 additions and 3 deletions
|
@ -300,7 +300,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
|
|||
#endif
|
||||
--- work.clean/openssh-6.8p1/cipher.c 2015-03-17 00:49:20.000000000 -0500
|
||||
+++ work/openssh-6.8p1/cipher.c 2015-04-03 16:22:04.972592000 -0500
|
||||
@@ -244,7 +244,13 @@
|
||||
@@ -273,7 +273,13 @@ ciphers_valid(const char *names)
|
||||
for ((p = strsep(&cp, CIPHER_SEP)); p && *p != '\0';
|
||||
(p = strsep(&cp, CIPHER_SEP))) {
|
||||
c = cipher_by_name(p);
|
||||
|
@ -315,7 +315,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
|
|||
free(cipher_list);
|
||||
return 0;
|
||||
}
|
||||
@@ -545,6 +551,9 @@
|
||||
@@ -605,6 +611,9 @@ cipher_get_keyiv(struct sshcipher_ctx *c
|
||||
|
||||
switch (c->number) {
|
||||
#ifdef WITH_OPENSSL
|
||||
|
@ -325,7 +325,7 @@ diff -urN -x configure -x config.guess -x config.h.in -x config.sub work.clean/o
|
|||
case SSH_CIPHER_SSH2:
|
||||
case SSH_CIPHER_DES:
|
||||
case SSH_CIPHER_BLOWFISH:
|
||||
@@ -593,6 +602,9 @@
|
||||
@@ -653,6 +662,9 @@ cipher_set_keyiv(struct sshcipher_ctx *c
|
||||
|
||||
switch (c->number) {
|
||||
#ifdef WITH_OPENSSL
|
||||
|
|
Loading…
Add table
Reference in a new issue