diff options
author | deraadt <> | 2014-06-12 15:49:31 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-12 15:49:31 +0000 |
commit | 71477dc340552244618421bfc331e3226e59f4ea (patch) | |
tree | 922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libssl/pqueue.h | |
parent | e2ae8e879310fea586d76887b5b37a06a024001f (diff) | |
download | openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.gz openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.bz2 openbsd-71477dc340552244618421bfc331e3226e59f4ea.zip |
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libssl/pqueue.h')
-rw-r--r-- | src/lib/libssl/pqueue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/pqueue.h b/src/lib/libssl/pqueue.h index 4b167871ef..0d7ddc04e2 100644 --- a/src/lib/libssl/pqueue.h +++ b/src/lib/libssl/pqueue.h | |||
@@ -1,4 +1,5 @@ | |||
1 | /* crypto/pqueue/pqueue.h */ | 1 | /* $OpenBSD: pqueue.h,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */ |
2 | |||
2 | /* | 3 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 4 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 5 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |