Package: libpam-ssh Severity: normal Tags: patch Hi,
Attached is the diff for my libpam-ssh 1.91.0-9.1 NMU. -- Homepage: http://www.sesse.net/
diff -u libpam-ssh-1.91.0/debian/changelog libpam-ssh-1.91.0/debian/changelog --- libpam-ssh-1.91.0/debian/changelog +++ libpam-ssh-1.91.0/debian/changelog @@ -1,3 +1,11 @@ +libpam-ssh (1.91.0-9.1) unstable; urgency=low + + * Non-Maintainer Upload. + * Include <openssl/md5.h> to fix FTBFS, patch from Stefan + Fritsch. (Closes: #334916) + + -- Steinar H. Gunderson <[EMAIL PROTECTED]> Thu, 19 Jan 2006 00:00:47 +0100 + libpam-ssh (1.91.0-9) unstable; urgency=high * Urgency set to high due to a RC bugfix only in patch2: unchanged: --- libpam-ssh-1.91.0.orig/cipher.c +++ libpam-ssh-1.91.0/cipher.c @@ -39,6 +39,7 @@ #include <string.h> #include <openssl/evp.h> +#include <openssl/md5.h> #include <config.h> #include "cipher.h"