summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2014-04-18 00:00:09 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2014-04-17 22:01:22 +0000
commita317ba0e1fee86c28c9912e8e182e2f34b5de5cf (patch)
treed1c141af892b5e7f8cd1153773bf3c2b542eda76
parentad0066c81e1f44d6bebba4b2cf75251ed6ba56fc (diff)
downloadwireshark-a317ba0e1fee86c28c9912e8e182e2f34b5de5cf.tar.gz
Fixed typo HAVE_LIBGRYPT -> HAVE_LIBGCRYPT
Change-Id: I85772e1f4d4882810bf82a9903e30156eb374df9 Reviewed-on: https://code.wireshark.org/review/1191 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--wsutil/wsgcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/wsgcrypt.h b/wsutil/wsgcrypt.h
index 62b04cf9f3..2d2deb1a3d 100644
--- a/wsutil/wsgcrypt.h
+++ b/wsutil/wsgcrypt.h
@@ -73,6 +73,6 @@
#endif /* __CLANG__ */
-#endif /* HAVE_LIBGRYPT */
+#endif /* HAVE_LIBGCRYPT */
#endif /* __WSGCRYPT_H__ */