Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 07:33:56 UTC 2021
Modified Files:
src/tests/crypto/libcrypto/conf: test.c
src/tests/lib/libdes: t_des.c
Log Message:
s/rouine/routine/
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/libcrypto/conf/test.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libdes/t_des.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/crypto/libcrypto/conf/test.c
diff -u src/tests/crypto/libcrypto/conf/test.c:1.1 src/tests/crypto/libcrypto/conf/test.c:1.2
--- src/tests/crypto/libcrypto/conf/test.c:1.1 Thu Feb 8 21:59:10 2018
+++ src/tests/crypto/libcrypto/conf/test.c Sun Dec 5 07:33:56 2021
@@ -32,7 +32,7 @@
* must display the following acknowledgement:
* "This product includes cryptographic software written by
* Eric Young ([email protected])"
- * The word 'cryptographic' can be left out if the rouines from the library
+ * The word 'cryptographic' can be left out if the routines from the library
* being used are not cryptographic related :-).
* 4. If you include any Windows specific code (or a derivative thereof) from
* the apps directory (application code) you must include an acknowledgement:
Index: src/tests/lib/libdes/t_des.c
diff -u src/tests/lib/libdes/t_des.c:1.1 src/tests/lib/libdes/t_des.c:1.2
--- src/tests/lib/libdes/t_des.c:1.1 Wed Aug 25 16:46:36 2010
+++ src/tests/lib/libdes/t_des.c Sun Dec 5 07:33:56 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: t_des.c,v 1.1 2010/08/25 16:46:36 jmmv Exp $ */
+/* $NetBSD: t_des.c,v 1.2 2021/12/05 07:33:56 msaitoh Exp $ */
/*
* Copyright (C) 1995-1998 Eric Young ([email protected]) All rights
@@ -31,7 +31,7 @@
* mentioning features or use of this software must display the following
* acknowledgement: "This product includes cryptographic software written by
* Eric Young ([email protected])" The word 'cryptographic' can be left out
- * if the rouines from the library being used are not cryptographic related
+ * if the routines from the library being used are not cryptographic related
* :-). 4. If you include any Windows specific code (or a derivative thereof)
* from the apps directory (application code) you must include an
* acknowledgement: "This product includes software written by Tim Hudson