summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des
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/libcrypto/des
parentdba886c38cea7b6970051b037308699d853bc83b (diff)
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/des')
-rw-r--r--lib/libcrypto/des/cbc_cksm.c2
-rw-r--r--lib/libcrypto/des/cbc_enc.c2
-rw-r--r--lib/libcrypto/des/cfb64ede.c2
-rw-r--r--lib/libcrypto/des/cfb64enc.c2
-rw-r--r--lib/libcrypto/des/cfb_enc.c2
-rw-r--r--lib/libcrypto/des/des.h2
-rw-r--r--lib/libcrypto/des/des_enc.c2
-rw-r--r--lib/libcrypto/des/des_locl.h2
-rw-r--r--lib/libcrypto/des/des_ver.h2
-rw-r--r--lib/libcrypto/des/ecb3_enc.c2
-rw-r--r--lib/libcrypto/des/ecb_enc.c2
-rw-r--r--lib/libcrypto/des/ede_cbcm_enc.c2
-rw-r--r--lib/libcrypto/des/enc_read.c2
-rw-r--r--lib/libcrypto/des/enc_writ.c2
-rw-r--r--lib/libcrypto/des/fcrypt.c3
-rw-r--r--lib/libcrypto/des/fcrypt_b.c2
-rw-r--r--lib/libcrypto/des/ncbc_enc.c2
-rw-r--r--lib/libcrypto/des/ofb64ede.c2
-rw-r--r--lib/libcrypto/des/ofb64enc.c2
-rw-r--r--lib/libcrypto/des/ofb_enc.c2
-rw-r--r--lib/libcrypto/des/pcbc_enc.c2
-rw-r--r--lib/libcrypto/des/qud_cksm.c2
-rw-r--r--lib/libcrypto/des/rand_key.c2
-rw-r--r--lib/libcrypto/des/rpc_des.h2
-rw-r--r--lib/libcrypto/des/rpc_enc.c2
-rw-r--r--lib/libcrypto/des/set_key.c2
-rw-r--r--lib/libcrypto/des/spr.h2
-rw-r--r--lib/libcrypto/des/str2key.c2
-rw-r--r--lib/libcrypto/des/xcbc_enc.c2
29 files changed, 30 insertions, 29 deletions
diff --git a/lib/libcrypto/des/cbc_cksm.c b/lib/libcrypto/des/cbc_cksm.c
index 09a7ba56aad..c1fc81af575 100644
--- a/lib/libcrypto/des/cbc_cksm.c
+++ b/lib/libcrypto/des/cbc_cksm.c
@@ -1,4 +1,4 @@
-/* crypto/des/cbc_cksm.c */
+/* $OpenBSD: cbc_cksm.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/cbc_enc.c b/lib/libcrypto/des/cbc_enc.c
index 677903ae4e3..5db52809c08 100644
--- a/lib/libcrypto/des/cbc_enc.c
+++ b/lib/libcrypto/des/cbc_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/cbc_enc.c */
+/* $OpenBSD: cbc_enc.c,v 1.3 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/cfb64ede.c b/lib/libcrypto/des/cfb64ede.c
index 453b078d30e..62f4ae2ac23 100644
--- a/lib/libcrypto/des/cfb64ede.c
+++ b/lib/libcrypto/des/cfb64ede.c
@@ -1,4 +1,4 @@
-/* crypto/des/cfb64ede.c */
+/* $OpenBSD: cfb64ede.c,v 1.7 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/cfb64enc.c b/lib/libcrypto/des/cfb64enc.c
index 5ec8683e402..86d626beb38 100644
--- a/lib/libcrypto/des/cfb64enc.c
+++ b/lib/libcrypto/des/cfb64enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/cfb64enc.c */
+/* $OpenBSD: cfb64enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/cfb_enc.c b/lib/libcrypto/des/cfb_enc.c
index 9bf6466bd28..94ef35878fd 100644
--- a/lib/libcrypto/des/cfb_enc.c
+++ b/lib/libcrypto/des/cfb_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/cfb_enc.c */
+/* $OpenBSD: cfb_enc.c,v 1.10 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/des.h b/lib/libcrypto/des/des.h
index cff50b2ec58..e7585bc3d9d 100644
--- a/lib/libcrypto/des/des.h
+++ b/lib/libcrypto/des/des.h
@@ -1,4 +1,4 @@
-/* crypto/des/des.h */
+/* $OpenBSD: des.h,v 1.18 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/des_enc.c b/lib/libcrypto/des/des_enc.c
index 5c47553a5ae..9f14cc96e49 100644
--- a/lib/libcrypto/des/des_enc.c
+++ b/lib/libcrypto/des/des_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/des_enc.c */
+/* $OpenBSD: des_enc.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/des_locl.h b/lib/libcrypto/des/des_locl.h
index cf28f59d4ad..7b086ff01d0 100644
--- a/lib/libcrypto/des/des_locl.h
+++ b/lib/libcrypto/des/des_locl.h
@@ -1,4 +1,4 @@
-/* crypto/des/des_locl.h */
+/* $OpenBSD: des_locl.h,v 1.15 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/des_ver.h b/lib/libcrypto/des/des_ver.h
index bd056ba23bd..53e3d82ac5d 100644
--- a/lib/libcrypto/des/des_ver.h
+++ b/lib/libcrypto/des/des_ver.h
@@ -1,4 +1,4 @@
-/* crypto/des/des_ver.h */
+/* $OpenBSD: des_ver.h,v 1.9 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/ecb3_enc.c b/lib/libcrypto/des/ecb3_enc.c
index c3437bc6062..394b71b4b1c 100644
--- a/lib/libcrypto/des/ecb3_enc.c
+++ b/lib/libcrypto/des/ecb3_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/ecb3_enc.c */
+/* $OpenBSD: ecb3_enc.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/ecb_enc.c b/lib/libcrypto/des/ecb_enc.c
index b07916758f3..808c3b9e1ba 100644
--- a/lib/libcrypto/des/ecb_enc.c
+++ b/lib/libcrypto/des/ecb_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/ecb_enc.c */
+/* $OpenBSD: ecb_enc.c,v 1.14 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/ede_cbcm_enc.c b/lib/libcrypto/des/ede_cbcm_enc.c
index adfcb75cf38..8fc6e1abf6b 100644
--- a/lib/libcrypto/des/ede_cbcm_enc.c
+++ b/lib/libcrypto/des/ede_cbcm_enc.c
@@ -1,4 +1,4 @@
-/* ede_cbcm_enc.c */
+/* $OpenBSD: ede_cbcm_enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Written by Ben Laurie <ben@algroup.co.uk> for the OpenSSL
* project 13 Feb 1999.
*/
diff --git a/lib/libcrypto/des/enc_read.c b/lib/libcrypto/des/enc_read.c
index 5a39390219f..b4e9fe9383b 100644
--- a/lib/libcrypto/des/enc_read.c
+++ b/lib/libcrypto/des/enc_read.c
@@ -1,4 +1,4 @@
-/* crypto/des/enc_read.c */
+/* $OpenBSD: enc_read.c,v 1.12 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/enc_writ.c b/lib/libcrypto/des/enc_writ.c
index 18562310eed..d93756bd350 100644
--- a/lib/libcrypto/des/enc_writ.c
+++ b/lib/libcrypto/des/enc_writ.c
@@ -1,4 +1,4 @@
-/* crypto/des/enc_writ.c */
+/* $OpenBSD: enc_writ.c,v 1.10 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/fcrypt.c b/lib/libcrypto/des/fcrypt.c
index 08054a04c9d..e2675fa4511 100644
--- a/lib/libcrypto/des/fcrypt.c
+++ b/lib/libcrypto/des/fcrypt.c
@@ -1,4 +1,5 @@
-/* NOCW */
+/* $OpenBSD: fcrypt.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */
+
#include <stdio.h>
/* This version of crypt has been developed from my MIT compatible
diff --git a/lib/libcrypto/des/fcrypt_b.c b/lib/libcrypto/des/fcrypt_b.c
index 87fc71eb264..27a16178459 100644
--- a/lib/libcrypto/des/fcrypt_b.c
+++ b/lib/libcrypto/des/fcrypt_b.c
@@ -1,4 +1,4 @@
-/* crypto/des/fcrypt_b.c */
+/* $OpenBSD: fcrypt_b.c,v 1.8 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/ncbc_enc.c b/lib/libcrypto/des/ncbc_enc.c
index fda23d522f3..0c5b2349489 100644
--- a/lib/libcrypto/des/ncbc_enc.c
+++ b/lib/libcrypto/des/ncbc_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/ncbc_enc.c */
+/* $OpenBSD: ncbc_enc.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */
/*
* #included by:
* cbc_enc.c (DES_cbc_encrypt)
diff --git a/lib/libcrypto/des/ofb64ede.c b/lib/libcrypto/des/ofb64ede.c
index 26bbf9a6a73..77bb4a5ef13 100644
--- a/lib/libcrypto/des/ofb64ede.c
+++ b/lib/libcrypto/des/ofb64ede.c
@@ -1,4 +1,4 @@
-/* crypto/des/ofb64ede.c */
+/* $OpenBSD: ofb64ede.c,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/ofb64enc.c b/lib/libcrypto/des/ofb64enc.c
index 8ca3d49dea1..2e547c29ddd 100644
--- a/lib/libcrypto/des/ofb64enc.c
+++ b/lib/libcrypto/des/ofb64enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/ofb64enc.c */
+/* $OpenBSD: ofb64enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/ofb_enc.c b/lib/libcrypto/des/ofb_enc.c
index e887a3c6f4b..7429f39a17c 100644
--- a/lib/libcrypto/des/ofb_enc.c
+++ b/lib/libcrypto/des/ofb_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/ofb_enc.c */
+/* $OpenBSD: ofb_enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/pcbc_enc.c b/lib/libcrypto/des/pcbc_enc.c
index 17a40f9520f..3eeab022a42 100644
--- a/lib/libcrypto/des/pcbc_enc.c
+++ b/lib/libcrypto/des/pcbc_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/pcbc_enc.c */
+/* $OpenBSD: pcbc_enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/qud_cksm.c b/lib/libcrypto/des/qud_cksm.c
index c1e11e5fe14..e2409d8ba49 100644
--- a/lib/libcrypto/des/qud_cksm.c
+++ b/lib/libcrypto/des/qud_cksm.c
@@ -1,4 +1,4 @@
-/* crypto/des/qud_cksm.c */
+/* $OpenBSD: qud_cksm.c,v 1.7 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/rand_key.c b/lib/libcrypto/des/rand_key.c
index 23981655685..2dba949bad9 100644
--- a/lib/libcrypto/des/rand_key.c
+++ b/lib/libcrypto/des/rand_key.c
@@ -1,4 +1,4 @@
-/* crypto/des/rand_key.c */
+/* $OpenBSD: rand_key.c,v 1.6 2014/06/12 15:49:28 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 1998-2000 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libcrypto/des/rpc_des.h b/lib/libcrypto/des/rpc_des.h
index 8263c512ab6..1ea5889d444 100644
--- a/lib/libcrypto/des/rpc_des.h
+++ b/lib/libcrypto/des/rpc_des.h
@@ -1,4 +1,4 @@
-/* crypto/des/rpc_des.h */
+/* $OpenBSD: rpc_des.h,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/rpc_enc.c b/lib/libcrypto/des/rpc_enc.c
index d937d08da5f..c45d9789cf7 100644
--- a/lib/libcrypto/des/rpc_enc.c
+++ b/lib/libcrypto/des/rpc_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/rpc_enc.c */
+/* $OpenBSD: rpc_enc.c,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/set_key.c b/lib/libcrypto/des/set_key.c
index c86a80b853b..bb8270bebab 100644
--- a/lib/libcrypto/des/set_key.c
+++ b/lib/libcrypto/des/set_key.c
@@ -1,4 +1,4 @@
-/* crypto/des/set_key.c */
+/* $OpenBSD: set_key.c,v 1.17 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/spr.h b/lib/libcrypto/des/spr.h
index 98ec61eee7e..eec6beb9f70 100644
--- a/lib/libcrypto/des/spr.h
+++ b/lib/libcrypto/des/spr.h
@@ -1,4 +1,4 @@
-/* crypto/des/spr.h */
+/* $OpenBSD: spr.h,v 1.5 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/str2key.c b/lib/libcrypto/des/str2key.c
index 1077f99d1b2..ffbfbafa936 100644
--- a/lib/libcrypto/des/str2key.c
+++ b/lib/libcrypto/des/str2key.c
@@ -1,4 +1,4 @@
-/* crypto/des/str2key.c */
+/* $OpenBSD: str2key.c,v 1.8 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/des/xcbc_enc.c b/lib/libcrypto/des/xcbc_enc.c
index 058cab6bce0..744021c2557 100644
--- a/lib/libcrypto/des/xcbc_enc.c
+++ b/lib/libcrypto/des/xcbc_enc.c
@@ -1,4 +1,4 @@
-/* crypto/des/xcbc_enc.c */
+/* $OpenBSD: xcbc_enc.c,v 1.7 2014/06/12 15:49:28 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*