Skip to content

Commit a381957

Browse files
committed
more const
1 parent bd767a3 commit a381957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/misc/pbes/pbes2.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#ifdef LTC_PBES
1212

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";
13+
static const char * const _oid_pbes2 = "1.2.840.113549.1.5.13";
14+
static const char * const _oid_pbkdf2 = "1.2.840.113549.1.5.12";
1515

1616
typedef struct {
1717
const char *oid;

0 commit comments

Comments
 (0)