Index: src/nettle/Makefile.in
--- src/nettle/Makefile.in.orig	2006-05-09 19:53:14 +0200
+++ src/nettle/Makefile.in	2006-06-09 22:38:12 +0200
@@ -13,7 +13,7 @@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = $(INSTALL_PROGRAM) -s
 
-SUBDIRS = tools testsuite examples
+SUBDIRS = 
 
 include config.make
 
@@ -227,7 +227,7 @@
 	./config.status $@
 
 # Installation
-install-here: install-info install-headers libnettle.a $(SHLIBINSTALL)
+install-here: install-headers libnettle.a $(SHLIBINSTALL)
 	[ -d $(DESTDIR)$(libdir) ] || $(INSTALL) -d $(DESTDIR)$(libdir)
 	$(INSTALL_DATA) libnettle.a $(DESTDIR)$(libdir)
 
Index: src/nettle/examples/nettle-openssl.c
--- src/nettle/examples/nettle-openssl.c.orig	2006-05-09 19:53:15 +0200
+++ src/nettle/examples/nettle-openssl.c	2006-06-09 22:34:27 +0200
@@ -36,6 +36,7 @@
 #define OPENSSL_DISABLE_OLD_DES_SUPPORT
 
 #include <assert.h>
+#include <sys/types.h>
 
 #include <openssl/aes.h>
 #include <openssl/blowfish.h>
