aboutsummaryrefslogtreecommitdiffstats
path: root/make/Manifest
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-04-03 21:24:36 +0200
committerSven Gothel <[email protected]>2019-04-03 21:24:36 +0200
commit234bd58643e83aa7d34d752de3e98d6ae84cba3d (patch)
tree0dfa4034a4b780eb28a2c20cbebc02b2feea2222 /make/Manifest
parent8954b8f1d4b051908f37773521f072843b66de01 (diff)
Bug 1369: SCC: Hide SHA Algorithm bit size in literals of Specification
Implementation currently uses 256 bit Secure Hash (SHA) algorithm, but this may change in the future. Hence only use 'SHA' in the names, not 'SHA256'.
Diffstat (limited to 'make/Manifest')
-rwxr-xr-xmake/Manifest10
1 files changed, 5 insertions, 5 deletions
diff --git a/make/Manifest b/make/Manifest
index 27a9acc..b232e48 100755
--- a/make/Manifest
+++ b/make/Manifest
@@ -8,11 +8,11 @@ Implementation-Version: @VERSION@
Implementation-Build: @BUILD_VERSION@
Implementation-Branch: @SCM_BRANCH@
Implementation-Commit: @SCM_COMMIT@
-Implementation-SHA256-Sources: @SHA256_SOURCES@
-Implementation-SHA256-Classes: @SHA256_CLASSES@
-Implementation-SHA256-Classes-this: @SHA256_CLASSES_THIS@
-Implementation-SHA256-Natives: @SHA256_NATIVES@
-Implementation-SHA256-Natives-this: @SHA256_NATIVES_THIS@
+Implementation-SHA-Sources: @SHA_SOURCES@
+Implementation-SHA-Classes: @SHA_CLASSES@
+Implementation-SHA-Classes-this: @SHA_CLASSES_THIS@
+Implementation-SHA-Natives: @SHA_NATIVES@
+Implementation-SHA-Natives-this: @SHA_NATIVES_THIS@
Implementation-Vendor: JogAmp Community
Implementation-Vendor-Id: com.jogamp
Implementation-URL: http://jogamp.org/