Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 304301 | Differences between
and this patch

Collapse All | Expand All

(-)libssh-0.4.0.orig/libssh/kex.c (+1 lines)
Lines 40-45 Link Here
40
#include "libssh/wrapper.h"
40
#include "libssh/wrapper.h"
41
#include "libssh/keys.h"
41
#include "libssh/keys.h"
42
#include "libssh/dh.h"
42
#include "libssh/dh.h"
43
#include "libssh/string.h"
43
44
44
#ifdef HAVE_LIBGCRYPT
45
#ifdef HAVE_LIBGCRYPT
45
#define BLOWFISH "blowfish-cbc,"
46
#define BLOWFISH "blowfish-cbc,"
(-)libssh-0.4.0.orig/libssh/keys.c (+1 lines)
Lines 36-41 Link Here
36
#include "libssh/keys.h"
36
#include "libssh/keys.h"
37
#include "libssh/dh.h"
37
#include "libssh/dh.h"
38
#include "libssh/messages.h"
38
#include "libssh/messages.h"
39
#include "libssh/string.h"
39
40
40
/** \addtogroup ssh_auth
41
/** \addtogroup ssh_auth
41
 * @{
42
 * @{

Return to bug 304301