We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd767a3 commit a381957Copy full SHA for a381957
src/misc/pbes/pbes2.c
@@ -10,8 +10,8 @@
10
11
#ifdef LTC_PBES
12
13
-static const char *_oid_pbes2 = "1.2.840.113549.1.5.13";
14
-static const char *_oid_pbkdf2 = "1.2.840.113549.1.5.12";
+static const char * const _oid_pbes2 = "1.2.840.113549.1.5.13";
+static const char * const _oid_pbkdf2 = "1.2.840.113549.1.5.12";
15
16
typedef struct {
17
const char *oid;
0 commit comments