diff options
author | Richard Levitte <levitte@openssl.org> | 2001-03-02 11:57:54 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-03-02 11:57:54 +0100 |
commit | f3a3106807434a4a8a81460e98d9b805ed876ff3 (patch) | |
tree | 6e3ea049b52fb4b17739f574880a5dddea33ac8e /crypto/opensslconf.h.in | |
parent | Introduce the possibility to access global variables through (diff) | |
download | openssl-f3a3106807434a4a8a81460e98d9b805ed876ff3.tar.xz openssl-f3a3106807434a4a8a81460e98d9b805ed876ff3.zip |
Spelling corrected.
Diffstat (limited to 'crypto/opensslconf.h.in')
-rw-r--r-- | crypto/opensslconf.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in index a06861b96e..e849fe688a 100644 --- a/crypto/opensslconf.h.in +++ b/crypto/opensslconf.h.in @@ -12,7 +12,7 @@ #undef OPENSSL_UNISTD #define OPENSSL_UNISTD <unistd.h> -#undef OPENSSL_EXPORT_VAR_AS_FUNCTIONS +#undef OPENSSL_EXPORT_VAR_AS_FUNCTION #if defined(HEADER_IDEA_H) && !defined(IDEA_INT) #define IDEA_INT unsigned int |