forked from pool/libica
fe79785559
Bug fixes for bsc#1175277, bsc#1175356, and bsc#1175357 OBS-URL: https://build.opensuse.org/request/show/834746 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/libica?expand=0&rev=44
14 lines
547 B
Diff
14 lines
547 B
Diff
--- libica-3.6.0/src/fips.c 2020-05-04 17:01:23.238805001 -0400
|
|
+++ libica-3.6.0/src/fips.c 2020-05-04 16:58:51.352241763 -0400
|
|
@@ -45,8 +45,7 @@
|
|
* .libica.so.VERSION.hmac in the same directory as the .so module.
|
|
- */
|
|
+ /* HMAC key is hexidecimal for: "orboDeJITITejsirpADONivirpUkvarP" */
|
|
static const char hmackey[] =
|
|
- "0000000000000000000000000000000000000000000000000000000000000000"
|
|
- "0000000000000000000000000000000000000000000000000000000000000000";
|
|
+ "6f72626f44654a49544954656a7369727041444f4e6976697270556b76617250";
|
|
|
|
int fips;
|
|
|