summaryrefslogtreecommitdiff
path: root/lib/libssl
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-12 15:49:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-12 15:49:32 +0000
commit49a392b36834a2c852c7913eca64b1663500622a (patch)
treec526d22b9e2f914670ee1207fe73124442677cfd /lib/libssl
parentdba886c38cea7b6970051b037308699d853bc83b (diff)
tags as requested by miod and tedu
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/bio_ssl.c2
-rw-r--r--lib/libssl/d1_both.c2
-rw-r--r--lib/libssl/d1_clnt.c2
-rw-r--r--lib/libssl/d1_enc.c2
-rw-r--r--lib/libssl/d1_lib.c2
-rw-r--r--lib/libssl/d1_meth.c2
-rw-r--r--lib/libssl/d1_pkt.c2
-rw-r--r--lib/libssl/d1_srtp.c2
-rw-r--r--lib/libssl/d1_srvr.c2
-rw-r--r--lib/libssl/dtls1.h2
-rw-r--r--lib/libssl/pqueue.c2
-rw-r--r--lib/libssl/pqueue.h3
-rw-r--r--lib/libssl/s23_clnt.c2
-rw-r--r--lib/libssl/s23_lib.c2
-rw-r--r--lib/libssl/s23_pkt.c2
-rw-r--r--lib/libssl/s23_srvr.c2
-rw-r--r--lib/libssl/s3_both.c2
-rw-r--r--lib/libssl/s3_cbc.c2
-rw-r--r--lib/libssl/s3_clnt.c2
-rw-r--r--lib/libssl/s3_lib.c2
-rw-r--r--lib/libssl/s3_pkt.c2
-rw-r--r--lib/libssl/s3_srvr.c2
-rw-r--r--lib/libssl/srtp.h2
-rw-r--r--lib/libssl/ssl.h2
-rw-r--r--lib/libssl/ssl2.h2
-rw-r--r--lib/libssl/ssl23.h2
-rw-r--r--lib/libssl/ssl3.h2
-rw-r--r--lib/libssl/ssl_algs.c2
-rw-r--r--lib/libssl/ssl_asn1.c2
-rw-r--r--lib/libssl/ssl_cert.c2
-rw-r--r--lib/libssl/ssl_ciph.c2
-rw-r--r--lib/libssl/ssl_err.c2
-rw-r--r--lib/libssl/ssl_err2.c2
-rw-r--r--lib/libssl/ssl_lib.c1
-rw-r--r--lib/libssl/ssl_locl.h2
-rw-r--r--lib/libssl/ssl_rsa.c2
-rw-r--r--lib/libssl/ssl_sess.c2
-rw-r--r--lib/libssl/ssl_stat.c2
-rw-r--r--lib/libssl/ssl_txt.c2
-rw-r--r--lib/libssl/t1_clnt.c2
-rw-r--r--lib/libssl/t1_enc.c2
-rw-r--r--lib/libssl/t1_lib.c2
-rw-r--r--lib/libssl/t1_meth.c2
-rw-r--r--lib/libssl/t1_reneg.c2
-rw-r--r--lib/libssl/t1_srvr.c2
-rwxr-xr-xlib/libssl/test/asn1test.c1
-rw-r--r--lib/libssl/test/methtest.c2
-rw-r--r--lib/libssl/test/r160test.c2
-rw-r--r--lib/libssl/tls1.h2
49 files changed, 50 insertions, 47 deletions
diff --git a/lib/libssl/bio_ssl.c b/lib/libssl/bio_ssl.c
index 649f7513b3b..4d28d1821d2 100644
--- a/lib/libssl/bio_ssl.c
+++ b/lib/libssl/bio_ssl.c
@@ -1,4 +1,4 @@
-/* ssl/bio_ssl.c */
+/* $OpenBSD: bio_ssl.c,v 1.20 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/d1_both.c b/lib/libssl/d1_both.c
index 66250556451..67efb3346c3 100644
--- a/lib/libssl/d1_both.c
+++ b/lib/libssl/d1_both.c
@@ -1,4 +1,4 @@
-/* ssl/d1_both.c */
+/* $OpenBSD: d1_both.c,v 1.21 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/d1_clnt.c b/lib/libssl/d1_clnt.c
index 976b753a87f..65b59f79874 100644
--- a/lib/libssl/d1_clnt.c
+++ b/lib/libssl/d1_clnt.c
@@ -1,4 +1,4 @@
-/* ssl/d1_clnt.c */
+/* $OpenBSD: d1_clnt.c,v 1.26 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/d1_enc.c b/lib/libssl/d1_enc.c
index 24b34b1e871..104f233937d 100644
--- a/lib/libssl/d1_enc.c
+++ b/lib/libssl/d1_enc.c
@@ -1,4 +1,4 @@
-/* ssl/d1_enc.c */
+/* $OpenBSD: d1_enc.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/d1_lib.c b/lib/libssl/d1_lib.c
index c417c295df8..0b7c6404c5f 100644
--- a/lib/libssl/d1_lib.c
+++ b/lib/libssl/d1_lib.c
@@ -1,4 +1,4 @@
-/* ssl/d1_lib.c */
+/* $OpenBSD: d1_lib.c,v 1.19 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/d1_meth.c b/lib/libssl/d1_meth.c
index 5e4bf0230c9..1afd3ef1b29 100644
--- a/lib/libssl/d1_meth.c
+++ b/lib/libssl/d1_meth.c
@@ -1,4 +1,4 @@
-/* ssl/d1_meth.h */
+/* $OpenBSD: d1_meth.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/d1_pkt.c b/lib/libssl/d1_pkt.c
index b8fd4c92e5b..83d2d8900b7 100644
--- a/lib/libssl/d1_pkt.c
+++ b/lib/libssl/d1_pkt.c
@@ -1,4 +1,4 @@
-/* ssl/d1_pkt.c */
+/* $OpenBSD: d1_pkt.c,v 1.28 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/d1_srtp.c b/lib/libssl/d1_srtp.c
index f069848b7e4..6962a4a1cee 100644
--- a/lib/libssl/d1_srtp.c
+++ b/lib/libssl/d1_srtp.c
@@ -1,4 +1,4 @@
-/* ssl/t1_lib.c */
+/* $OpenBSD: d1_srtp.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/d1_srvr.c b/lib/libssl/d1_srvr.c
index a118e8e82f8..1c4b2e9f6da 100644
--- a/lib/libssl/d1_srvr.c
+++ b/lib/libssl/d1_srvr.c
@@ -1,4 +1,4 @@
-/* ssl/d1_srvr.c */
+/* $OpenBSD: d1_srvr.c,v 1.26 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/dtls1.h b/lib/libssl/dtls1.h
index 5a14ee427b4..c6e302faf4f 100644
--- a/lib/libssl/dtls1.h
+++ b/lib/libssl/dtls1.h
@@ -1,4 +1,4 @@
-/* ssl/dtls1.h */
+/* $OpenBSD: dtls1.h,v 1.13 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/pqueue.c b/lib/libssl/pqueue.c
index d1c258a1791..602969deb0d 100644
--- a/lib/libssl/pqueue.c
+++ b/lib/libssl/pqueue.c
@@ -1,4 +1,4 @@
-/* crypto/pqueue/pqueue.c */
+/* $OpenBSD: pqueue.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/pqueue.h b/lib/libssl/pqueue.h
index 4b167871efd..0d7ddc04e2c 100644
--- a/lib/libssl/pqueue.h
+++ b/lib/libssl/pqueue.h
@@ -1,4 +1,5 @@
-/* crypto/pqueue/pqueue.h */
+/* $OpenBSD: pqueue.h,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */
+
/*
* DTLS implementation written by Nagendra Modadugu
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/lib/libssl/s23_clnt.c b/lib/libssl/s23_clnt.c
index 7a42b1f0ea3..510e729d554 100644
--- a/lib/libssl/s23_clnt.c
+++ b/lib/libssl/s23_clnt.c
@@ -1,4 +1,4 @@
-/* ssl/s23_clnt.c */
+/* $OpenBSD: s23_clnt.c,v 1.29 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s23_lib.c b/lib/libssl/s23_lib.c
index 2a8d9157d2f..a879a637eac 100644
--- a/lib/libssl/s23_lib.c
+++ b/lib/libssl/s23_lib.c
@@ -1,4 +1,4 @@
-/* ssl/s23_lib.c */
+/* $OpenBSD: s23_lib.c,v 1.15 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s23_pkt.c b/lib/libssl/s23_pkt.c
index 7e270ed59fc..d116db699bd 100644
--- a/lib/libssl/s23_pkt.c
+++ b/lib/libssl/s23_pkt.c
@@ -1,4 +1,4 @@
-/* ssl/s23_pkt.c */
+/* $OpenBSD: s23_pkt.c,v 1.8 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s23_srvr.c b/lib/libssl/s23_srvr.c
index a6c5d1b8a9c..52dc261814c 100644
--- a/lib/libssl/s23_srvr.c
+++ b/lib/libssl/s23_srvr.c
@@ -1,4 +1,4 @@
-/* ssl/s23_srvr.c */
+/* $OpenBSD: s23_srvr.c,v 1.28 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s3_both.c b/lib/libssl/s3_both.c
index b6249e3e1da..4f40adbb1a5 100644
--- a/lib/libssl/s3_both.c
+++ b/lib/libssl/s3_both.c
@@ -1,4 +1,4 @@
-/* ssl/s3_both.c */
+/* $OpenBSD: s3_both.c,v 1.24 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s3_cbc.c b/lib/libssl/s3_cbc.c
index eb1a8fdff7b..24f0a22d073 100644
--- a/lib/libssl/s3_cbc.c
+++ b/lib/libssl/s3_cbc.c
@@ -1,4 +1,4 @@
-/* ssl/s3_cbc.c */
+/* $OpenBSD: s3_cbc.c,v 1.7 2014/06/12 15:49:31 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 2012 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libssl/s3_clnt.c b/lib/libssl/s3_clnt.c
index e86d58c6718..d8036c40618 100644
--- a/lib/libssl/s3_clnt.c
+++ b/lib/libssl/s3_clnt.c
@@ -1,4 +1,4 @@
-/* ssl/s3_clnt.c */
+/* $OpenBSD: s3_clnt.c,v 1.70 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s3_lib.c b/lib/libssl/s3_lib.c
index d6ceeee72d2..03d30125b92 100644
--- a/lib/libssl/s3_lib.c
+++ b/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
-/* ssl/s3_lib.c */
+/* $OpenBSD: s3_lib.c,v 1.58 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s3_pkt.c b/lib/libssl/s3_pkt.c
index 9af897eb47d..8235e0775a6 100644
--- a/lib/libssl/s3_pkt.c
+++ b/lib/libssl/s3_pkt.c
@@ -1,4 +1,4 @@
-/* ssl/s3_pkt.c */
+/* $OpenBSD: s3_pkt.c,v 1.46 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/s3_srvr.c b/lib/libssl/s3_srvr.c
index 6bf4def27d0..c37cd421dce 100644
--- a/lib/libssl/s3_srvr.c
+++ b/lib/libssl/s3_srvr.c
@@ -1,4 +1,4 @@
-/* ssl/s3_srvr.c */
+/* $OpenBSD: s3_srvr.c,v 1.64 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/srtp.h b/lib/libssl/srtp.h
index e2dfee54262..353edd7f1d3 100644
--- a/lib/libssl/srtp.h
+++ b/lib/libssl/srtp.h
@@ -1,4 +1,4 @@
-/* ssl/tls1.h */
+/* $OpenBSD: srtp.h,v 1.4 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h
index 8fc8c107b44..a550a442a0e 100644
--- a/lib/libssl/ssl.h
+++ b/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
-/* ssl/ssl.h */
+/* $OpenBSD: ssl.h,v 1.52 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl2.h b/lib/libssl/ssl2.h
index 4052b118688..011ed2ba96f 100644
--- a/lib/libssl/ssl2.h
+++ b/lib/libssl/ssl2.h
@@ -1,4 +1,4 @@
-/* ssl/ssl2.h */
+/* $OpenBSD: ssl2.h,v 1.10 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl23.h b/lib/libssl/ssl23.h
index 4e28a067967..0292728e560 100644
--- a/lib/libssl/ssl23.h
+++ b/lib/libssl/ssl23.h
@@ -1,4 +1,4 @@
-/* ssl/ssl23.h */
+/* $OpenBSD: ssl23.h,v 1.3 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl3.h b/lib/libssl/ssl3.h
index feaf0f8dd9f..73781366467 100644
--- a/lib/libssl/ssl3.h
+++ b/lib/libssl/ssl3.h
@@ -1,4 +1,4 @@
-/* ssl/ssl3.h */
+/* $OpenBSD: ssl3.h,v 1.21 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_algs.c b/lib/libssl/ssl_algs.c
index 84f44889b58..0518876ab4f 100644
--- a/lib/libssl/ssl_algs.c
+++ b/lib/libssl/ssl_algs.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_algs.c */
+/* $OpenBSD: ssl_algs.c,v 1.18 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_asn1.c b/lib/libssl/ssl_asn1.c
index b0da6f4bdbf..85944088989 100644
--- a/lib/libssl/ssl_asn1.c
+++ b/lib/libssl/ssl_asn1.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_asn1.c */
+/* $OpenBSD: ssl_asn1.c,v 1.26 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_cert.c b/lib/libssl/ssl_cert.c
index a6f01c50895..6527d4dfe4f 100644
--- a/lib/libssl/ssl_cert.c
+++ b/lib/libssl/ssl_cert.c
@@ -1,4 +1,4 @@
-/*! \file ssl/ssl_cert.c */
+/* $OpenBSD: ssl_cert.c,v 1.38 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c
index 41004ce50ae..25291bfd4ac 100644
--- a/lib/libssl/ssl_ciph.c
+++ b/lib/libssl/ssl_ciph.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_ciph.c */
+/* $OpenBSD: ssl_ciph.c,v 1.52 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_err.c b/lib/libssl/ssl_err.c
index c53f2b6c90c..2bb6dcb4a89 100644
--- a/lib/libssl/ssl_err.c
+++ b/lib/libssl/ssl_err.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_err.c */
+/* $OpenBSD: ssl_err.c,v 1.23 2014/06/12 15:49:31 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libssl/ssl_err2.c b/lib/libssl/ssl_err2.c
index cd781d38aa4..0e5b3b5015d 100644
--- a/lib/libssl/ssl_err2.c
+++ b/lib/libssl/ssl_err2.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_err2.c */
+/* $OpenBSD: ssl_err2.c,v 1.5 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_lib.c b/lib/libssl/ssl_lib.c
index be57df7736a..54b737d482e 100644
--- a/lib/libssl/ssl_lib.c
+++ b/lib/libssl/ssl_lib.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: ssl_lib.c,v 1.65 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h
index 6374522f5fc..18b329048e8 100644
--- a/lib/libssl/ssl_locl.h
+++ b/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* ssl/ssl_locl.h */
+/* $OpenBSD: ssl_locl.h,v 1.49 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_rsa.c b/lib/libssl/ssl_rsa.c
index 02dfa63a09d..10276a4b2d8 100644
--- a/lib/libssl/ssl_rsa.c
+++ b/lib/libssl/ssl_rsa.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_rsa.c */
+/* $OpenBSD: ssl_rsa.c,v 1.14 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_sess.c b/lib/libssl/ssl_sess.c
index 1e2bade1fbe..273a7d68171 100644
--- a/lib/libssl/ssl_sess.c
+++ b/lib/libssl/ssl_sess.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_sess.c */
+/* $OpenBSD: ssl_sess.c,v 1.32 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_stat.c b/lib/libssl/ssl_stat.c
index 0dae5694b41..97a7fb69fb6 100644
--- a/lib/libssl/ssl_stat.c
+++ b/lib/libssl/ssl_stat.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_stat.c */
+/* $OpenBSD: ssl_stat.c,v 1.10 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/ssl_txt.c b/lib/libssl/ssl_txt.c
index e58849deb58..c06e2d23b7f 100644
--- a/lib/libssl/ssl_txt.c
+++ b/lib/libssl/ssl_txt.c
@@ -1,4 +1,4 @@
-/* ssl/ssl_txt.c */
+/* $OpenBSD: ssl_txt.c,v 1.21 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/t1_clnt.c b/lib/libssl/t1_clnt.c
index 39b1d2a324a..15ff91a8c4f 100644
--- a/lib/libssl/t1_clnt.c
+++ b/lib/libssl/t1_clnt.c
@@ -1,4 +1,4 @@
-/* ssl/t1_clnt.c */
+/* $OpenBSD: t1_clnt.c,v 1.13 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/t1_enc.c b/lib/libssl/t1_enc.c
index eaf53b48cc6..304898aeb8b 100644
--- a/lib/libssl/t1_enc.c
+++ b/lib/libssl/t1_enc.c
@@ -1,4 +1,4 @@
-/* ssl/t1_enc.c */
+/* $OpenBSD: t1_enc.c,v 1.54 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/t1_lib.c b/lib/libssl/t1_lib.c
index e46e2530e37..6e4a29c4c83 100644
--- a/lib/libssl/t1_lib.c
+++ b/lib/libssl/t1_lib.c
@@ -1,4 +1,4 @@
-/* ssl/t1_lib.c */
+/* $OpenBSD: t1_lib.c,v 1.45 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/t1_meth.c b/lib/libssl/t1_meth.c
index 6bdffd2332e..71ddc101e10 100644
--- a/lib/libssl/t1_meth.c
+++ b/lib/libssl/t1_meth.c
@@ -1,4 +1,4 @@
-/* ssl/t1_meth.c */
+/* $OpenBSD: t1_meth.c,v 1.12 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/t1_reneg.c b/lib/libssl/t1_reneg.c
index c9e0704c079..43ad73a5986 100644
--- a/lib/libssl/t1_reneg.c
+++ b/lib/libssl/t1_reneg.c
@@ -1,4 +1,4 @@
-/* ssl/t1_reneg.c */
+/* $OpenBSD: t1_reneg.c,v 1.6 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/t1_srvr.c b/lib/libssl/t1_srvr.c
index 721b190a84f..0986f96ca9f 100644
--- a/lib/libssl/t1_srvr.c
+++ b/lib/libssl/t1_srvr.c
@@ -1,4 +1,4 @@
-/* ssl/t1_srvr.c */
+/* $OpenBSD: t1_srvr.c,v 1.13 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/test/asn1test.c b/lib/libssl/test/asn1test.c
index 9f53d803444..6e6f91f81b3 100755
--- a/lib/libssl/test/asn1test.c
+++ b/lib/libssl/test/asn1test.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: asn1test.c,v 1.2 2014/06/12 15:49:31 deraadt Exp $ */
#include <openssl/x509.h>
#include <openssl/asn1_mac.h>
diff --git a/lib/libssl/test/methtest.c b/lib/libssl/test/methtest.c
index 005c2f48220..1e65ccf99cc 100644
--- a/lib/libssl/test/methtest.c
+++ b/lib/libssl/test/methtest.c
@@ -1,4 +1,4 @@
-/* test/methtest.c */
+/* $OpenBSD: methtest.c,v 1.4 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/test/r160test.c b/lib/libssl/test/r160test.c
index a172e393cab..0aadcdac161 100644
--- a/lib/libssl/test/r160test.c
+++ b/lib/libssl/test/r160test.c
@@ -1,4 +1,4 @@
-/* test/r160test.c */
+/* $OpenBSD: r160test.c,v 1.2 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libssl/tls1.h b/lib/libssl/tls1.h
index 813bc97b318..f3341017a75 100644
--- a/lib/libssl/tls1.h
+++ b/lib/libssl/tls1.h
@@ -1,4 +1,4 @@
-/* ssl/tls1.h */
+/* $OpenBSD: tls1.h,v 1.17 2014/06/12 15:49:31 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*