summaryrefslogtreecommitdiffstats
path: root/crypto/modes/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/modes.h')
-rw-r--r--crypto/modes/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/modes.h b/crypto/modes/modes.h
index 3fb1b4b58b..457709b8fa 100644
--- a/crypto/modes/modes.h
+++ b/crypto/modes/modes.h
@@ -173,7 +173,7 @@ int CRYPTO_ocb128_finish(OCB128_CONTEXT *ctx,const unsigned char *tag,
size_t len);
int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len);
void CRYPTO_ocb128_cleanup(OCB128_CONTEXT *ctx);
-#endif /* OPENSSL_NO_ECB */
+#endif /* OPENSSL_NO_OCB */
#ifdef __cplusplus
}