summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-05-23 11:09:29 -0700
committerGuy Harris <guy@alum.mit.edu>2019-05-23 11:09:49 -0700
commitcfc663988081e9ed293d46de626b1f98e91b2de5 (patch)
treeee4d1895f1987a3627ab0b5845190364d582be4b /CMakeLists.txt
parent23ffab27a9259dbcf45c45905eec4e9f012c093f (diff)
downloadtcpdump-cfc663988081e9ed293d46de626b1f98e91b2de5.tar.gz
Use spaces rather than tabs.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4159eefb..d93ede27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -725,7 +725,7 @@ if(WITH_CRYPTO)
check_include_file(openssl/evp.h HAVE_OPENSSL_EVP_H)
#
- # 1) do we have EVP_CIPHER_CTX_new?
+ # 1) do we have EVP_CIPHER_CTX_new?
# If so, we use it to allocate an EVP_CIPHER_CTX, as
# EVP_CIPHER_CTX may be opaque; otherwise, we allocate
# it ourselves.