summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2005-04-25 13:20:52 +0000
committermiod <>2005-04-25 13:20:52 +0000
commita28420ea5a65d57e64afa2aee882cc464b53ed62 (patch)
tree1f9dc935fe33723ca91cd2d165fcbb789f7a4314
parent666d98246ffec467cced3798a97a31940f42673a (diff)
downloadopenbsd-a28420ea5a65d57e64afa2aee882cc464b53ed62.tar.gz
openbsd-a28420ea5a65d57e64afa2aee882cc464b53ed62.tar.bz2
openbsd-a28420ea5a65d57e64afa2aee882cc464b53ed62.zip
typo
-rw-r--r--src/lib/libcrypto/acss/acss.h4
-rw-r--r--src/lib/libssl/src/crypto/acss/acss.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/acss/acss.h b/src/lib/libcrypto/acss/acss.h
index 476339fb9e..c2d3550796 100644
--- a/src/lib/libcrypto/acss/acss.h
+++ b/src/lib/libcrypto/acss/acss.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: acss.h,v 1.3 2004/02/13 10:05:44 hshoexer Exp $ */ 1/* $OpenBSD: acss.h,v 1.4 2005/04/25 13:20:52 miod Exp $ */
2/* 2/*
3 * Copyright (c) 2004 The OpenBSD project 3 * Copyright (c) 2004 The OpenBSD project
4 * 4 *
@@ -19,7 +19,7 @@
19#define _ACSS_H_ 19#define _ACSS_H_
20 20
21#ifdef OPENSSL_NO_ACSS 21#ifdef OPENSSL_NO_ACSS
22#error acss is idsabled. 22#error acss is disabled.
23#endif 23#endif
24 24
25/* 40bit key */ 25/* 40bit key */
diff --git a/src/lib/libssl/src/crypto/acss/acss.h b/src/lib/libssl/src/crypto/acss/acss.h
index 476339fb9e..c2d3550796 100644
--- a/src/lib/libssl/src/crypto/acss/acss.h
+++ b/src/lib/libssl/src/crypto/acss/acss.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: acss.h,v 1.3 2004/02/13 10:05:44 hshoexer Exp $ */ 1/* $OpenBSD: acss.h,v 1.4 2005/04/25 13:20:52 miod Exp $ */
2/* 2/*
3 * Copyright (c) 2004 The OpenBSD project 3 * Copyright (c) 2004 The OpenBSD project
4 * 4 *
@@ -19,7 +19,7 @@
19#define _ACSS_H_ 19#define _ACSS_H_
20 20
21#ifdef OPENSSL_NO_ACSS 21#ifdef OPENSSL_NO_ACSS
22#error acss is idsabled. 22#error acss is disabled.
23#endif 23#endif
24 24
25/* 40bit key */ 25/* 40bit key */