Browse Source

more const

Francois Perrad 7 years ago
parent
commit
a381957846
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/misc/pbes/pbes2.c

+ 2 - 2
src/misc/pbes/pbes2.c

@@ -10,8 +10,8 @@
 
 #ifdef LTC_PBES
 
-static const char *_oid_pbes2 =  "1.2.840.113549.1.5.13";
-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";
 
 typedef struct {
    const char *oid;