diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-06-24 15:28:57 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-06-24 15:30:43 +0200 |
commit | 6b96296c587c1909b642b0d22a33e3060776e45e (patch) | |
tree | 87a0338001533abc08d5ed6abee7ec5a9ef05e3a /net-libs/libssh2 | |
parent | net-wireless/hostapd: add new version 2.8 (diff) | |
download | gentoo-6b96296c587c1909b642b0d22a33e3060776e45e.tar.gz gentoo-6b96296c587c1909b642b0d22a33e3060776e45e.tar.bz2 gentoo-6b96296c587c1909b642b0d22a33e3060776e45e.zip |
Revert "net-libs/libssh2: Clean up patch"
This reverts commit a55608f44e799e4fab03882909992053b8e25b90.
Fixes: https://bugs.gentoo.org/688604
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/libssh2')
-rw-r--r-- | net-libs/libssh2/files/libssh2-1.9.0-missing.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libssh2/files/libssh2-1.9.0-missing.patch b/net-libs/libssh2/files/libssh2-1.9.0-missing.patch index 2216a2fa66f1..7cc58d239638 100644 --- a/net-libs/libssh2/files/libssh2-1.9.0-missing.patch +++ b/net-libs/libssh2/files/libssh2-1.9.0-missing.patch @@ -1,5 +1,5 @@ --- /dev/null -+++ tests/test_public_key_auth_succeeds_with_correct_ed25519_key.c ++++ b/tests/test_public_key_auth_succeeds_with_correct_ed25519_key.c @@ -0,0 +1,37 @@ +#include "session_fixture.h" + @@ -39,7 +39,7 @@ + return 0; +} --- /dev/null -+++ tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c ++++ b/tests/test_public_key_auth_succeeds_with_correct_encrypted_ed25519_key.c @@ -0,0 +1,38 @@ +#include "session_fixture.h" + @@ -80,7 +80,7 @@ + return 0; +} --- /dev/null -+++ tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c ++++ b/tests/test_public_key_auth_succeeds_with_correct_ed25519_key_from_mem.c @@ -0,0 +1,97 @@ +#include "session_fixture.h" + |