diff options
Diffstat (limited to 'converters/dumpasn1/files/patch-dumpasn1.c')
-rw-r--r-- | converters/dumpasn1/files/patch-dumpasn1.c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/converters/dumpasn1/files/patch-dumpasn1.c b/converters/dumpasn1/files/patch-dumpasn1.c index 0f77ac6d89c6..5a017d230347 100644 --- a/converters/dumpasn1/files/patch-dumpasn1.c +++ b/converters/dumpasn1/files/patch-dumpasn1.c @@ -1,6 +1,15 @@ ---- dumpasn1.c.orig 2013-01-16 09:27:37.000000000 +0100 -+++ dumpasn1.c 2013-01-16 09:27:37.000000000 +0100 -@@ -355,11 +355,13 @@ static OIDINFO *oidList = NULL; +--- dumpasn1.c.orig 2013-02-14 12:03:56.000000000 +0100 ++++ dumpasn1.c 2013-02-14 12:13:31.000000000 +0100 +@@ -60,6 +60,8 @@ + + /* Useful defines */ + ++typedef unsigned char BYTE; ++ + #ifndef TRUE + #define FALSE 0 + #define TRUE ( !FALSE ) +@@ -356,11 +358,13 @@ beginning with a '$' uses the appropriate environment variable. In addition under Unix we also walk down $PATH looking for it */ |