Skip to content

Commit

Permalink
[#344] Push new table name defines
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Nov 12, 2024
1 parent 127a86f commit c001962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/crypto_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
#endif

// KMC Defines
#define MARIADB_TC_TABLE_PREFIX "TC_"
#define MARIADB_TM_TABLE_PREFIX "TM_"
#define MARIADB_AOS_TABLE_PREFIX "AOS_"
#define MARIADB_LEGACY_TABLE_PREFIX ""
#define MARIADB_TC_TABLE_PREFIX "TC_security_associations"
#define MARIADB_TM_TABLE_PREFIX "TM_security_associations"
#define MARIADB_AOS_TABLE_PREFIX "AOS_security_associations"
#define MARIADB_LEGACY_TABLE_PREFIX "security_associations"

// Managed Parameters Size
#define GVCID_MAN_PARAM_SIZE 250
Expand Down

0 comments on commit c001962

Please sign in to comment.