summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssl/patches/patch-ay')
-rw-r--r--security/openssl/patches/patch-ay13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/openssl/patches/patch-ay b/security/openssl/patches/patch-ay
deleted file mode 100644
index 166214c5209..00000000000
--- a/security/openssl/patches/patch-ay
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ay,v 1.1 2009/06/10 13:57:08 tez Exp $
-
-Part of CVE-2009-1377 fix.
-
---- crypto/pqueue/pqueue.h.orig 2009-06-08 18:57:00.672546600 -0500
-+++ crypto/pqueue/pqueue.h
-@@ -91,5 +91,6 @@ pitem *pqueue_iterator(pqueue pq);
- pitem *pqueue_next(piterator *iter);
-
- void pqueue_print(pqueue pq);
-+int pqueue_size(pqueue pq);
-
- #endif /* ! HEADER_PQUEUE_H */