diff options
author | miod <> | 2005-04-25 13:20:52 +0000 |
---|---|---|
committer | miod <> | 2005-04-25 13:20:52 +0000 |
commit | a28420ea5a65d57e64afa2aee882cc464b53ed62 (patch) | |
tree | 1f9dc935fe33723ca91cd2d165fcbb789f7a4314 | |
parent | 666d98246ffec467cced3798a97a31940f42673a (diff) | |
download | openbsd-a28420ea5a65d57e64afa2aee882cc464b53ed62.tar.gz openbsd-a28420ea5a65d57e64afa2aee882cc464b53ed62.tar.bz2 openbsd-a28420ea5a65d57e64afa2aee882cc464b53ed62.zip |
typo
-rw-r--r-- | src/lib/libcrypto/acss/acss.h | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/acss/acss.h | 4 |
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 */ |