diff options
author | Sven Gothel <[email protected]> | 2019-04-03 21:24:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-03 21:24:36 +0200 |
commit | 234bd58643e83aa7d34d752de3e98d6ae84cba3d (patch) | |
tree | 0dfa4034a4b780eb28a2c20cbebc02b2feea2222 /make/Manifest-rt-android | |
parent | 8954b8f1d4b051908f37773521f072843b66de01 (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-rt-android')
-rwxr-xr-x | make/Manifest-rt-android | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android index 16350df..d7058ee 100755 --- a/make/Manifest-rt-android +++ b/make/Manifest-rt-android @@ -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/ |