summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-01-28 07:09:27 -0500
committerJeffrey Walton <noloader@gmail.com>2017-01-28 07:09:27 -0500
commit42af35fd2bcf00e983772dbb6e409f8ba5f49fc6 (patch)
tree0551f91f49205f2a183f8cb92c7e477ba365a600 /cryptlib.cpp
parent6f7339c81b26985a830da6efe1da59e3897f6b71 (diff)
downloadcryptopp-git-42af35fd2bcf00e983772dbb6e409f8ba5f49fc6.tar.gz
Change to more intuitive names LibraryVersion and HeaderVersion (Issue 371)
Diffstat (limited to 'cryptlib.cpp')
-rw-r--r--cryptlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.cpp b/cryptlib.cpp
index cdb8fdcc..da639eed 100644
--- a/cryptlib.cpp
+++ b/cryptlib.cpp
@@ -950,7 +950,7 @@ void AuthenticatedKeyAgreementDomain::GenerateEphemeralKeyPair(RandomNumberGener
#ifndef CRYPTOPP_BUILD_VERSION
# define CRYPTOPP_BUILD_VERSION CRYPTOPP_VERSION
#endif
-int BuildVersion()
+int LibraryVersion()
{
return CRYPTOPP_BUILD_VERSION;
}