diff options
Diffstat (limited to 'net/v6eval/files/patch-sigcomp.c')
-rw-r--r-- | net/v6eval/files/patch-sigcomp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/v6eval/files/patch-sigcomp.c b/net/v6eval/files/patch-sigcomp.c new file mode 100644 index 000000000000..b14a8ea4a0be --- /dev/null +++ b/net/v6eval/files/patch-sigcomp.c @@ -0,0 +1,11 @@ +--- bin/sigcomp/sigcomp.c 2005-05-27 20:40:19.000000000 +0900 ++++ bin/sigcomp/sigcomp.c 2008-01-01 06:03:23.000000000 +0900 +@@ -53,7 +53,7 @@ + + #include <openssl/err.h> + #include <openssl/evp.h> +- ++#include <openssl/rsa.h> + + + #ifdef DEBUG |