diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-08-10 08:30:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-08-10 08:30:39 +0000 |
commit | 183c3e7862cbf4de2d3aa6f3965977e10c5d01ca (patch) | |
tree | 937d1136027b1df8bbc4a627304bf7222aacc6f0 /security/openssl/files | |
parent | Add a note on why patch-configure grew so much. (diff) |
Security Update to: 0.9.6g
Notes
Notes:
svn path=/head/; revision=64320
Diffstat (limited to 'security/openssl/files')
-rw-r--r-- | security/openssl/files/patch-asn1_lib.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssl/files/patch-asn1_lib.c b/security/openssl/files/patch-asn1_lib.c deleted file mode 100644 index ec5b10e43ee1..000000000000 --- a/security/openssl/files/patch-asn1_lib.c +++ /dev/null @@ -1,11 +0,0 @@ ---- crypto/asn1/asn1_lib.c.orig Tue Jul 30 12:18:29 2002 -+++ crypto/asn1/asn1_lib.c Mon Aug 5 18:25:17 2002 -@@ -124,7 +124,7 @@ - (int)(omax+ *pp)); - - #endif -- if (*plength > (omax - (*pp - p))) -+ if (*plength > (omax - (p - *pp))) - { - ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_TOO_LONG); - /* Set this so that even if things are not long enough |