diff options
| author | 2005-04-25 13:20:52 +0000 | |
|---|---|---|
| committer | 2005-04-25 13:20:52 +0000 | |
| commit | 0aacf9bf15714a1f64c6d6318ca7d2a63826b964 (patch) | |
| tree | e584800aa18d190350278461ad56a2b40287365e /lib/libssl/src | |
| parent | Call if_init() later and for each interface separately. (diff) | |
| download | wireguard-openbsd-0aacf9bf15714a1f64c6d6318ca7d2a63826b964.tar.xz wireguard-openbsd-0aacf9bf15714a1f64c6d6318ca7d2a63826b964.zip | |
typo
Diffstat (limited to 'lib/libssl/src')
| -rw-r--r-- | lib/libssl/src/crypto/acss/acss.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/acss/acss.h b/lib/libssl/src/crypto/acss/acss.h index 476339fb9ef..c2d35507960 100644 --- a/lib/libssl/src/crypto/acss/acss.h +++ b/lib/libssl/src/crypto/acss/acss.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acss.h,v 1.3 2004/02/13 10:05:44 hshoexer Exp $ */ +/* $OpenBSD: acss.h,v 1.4 2005/04/25 13:20:52 miod Exp $ */ /* * Copyright (c) 2004 The OpenBSD project * @@ -19,7 +19,7 @@ #define _ACSS_H_ #ifdef OPENSSL_NO_ACSS -#error acss is idsabled. +#error acss is disabled. #endif /* 40bit key */ |
