diff options
Diffstat (limited to 'security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_specific.c')
-rw-r--r-- | security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_specific.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_specific.c b/security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_specific.c index 164da96ccc76..a62410f0de9d 100644 --- a/security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_specific.c +++ b/security/opencryptoki/files/patch-usr-lib-soft_stdll-soft_specific.c @@ -1,4 +1,4 @@ ---- usr/lib/soft_stdll/soft_specific.c.orig 2018-11-16 14:53:03 UTC +--- usr/lib/soft_stdll/soft_specific.c.orig 2022-04-25 11:04:51 UTC +++ usr/lib/soft_stdll/soft_specific.c @@ -19,6 +19,10 @@ @@ -11,7 +11,7 @@ #include <pthread.h> #include <string.h> // for memcmp() et al #include <stdlib.h> -@@ -36,7 +40,17 @@ +@@ -38,7 +42,17 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> @@ -27,5 +27,5 @@ #include <endian.h> +#endif - #include <openssl/des.h> #include <openssl/rand.h> + #include <openssl/dh.h> |