Skip to content

Commit

Permalink
c backend rewrite bring crypto & db in fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfd committed Jan 4, 2025
1 parent e9135df commit 71b70c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lotordb/src/rewrite/lotordb/src/db_keystore.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef DB_KEYSTORE_H
#define DB_KEYSTORE_H 1
#include <stdint.h>

typedef struct kvsh {
char key[256];
Expand Down
1 change: 1 addition & 0 deletions lotordb/src/rewrite/lotordb/src/db_tables.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef DB_TABLES_H
#define DB_TABLES_H 1
#include <stdint.h>
#include "db_keystore.h"
//#include "ciphers.h"

Expand Down

0 comments on commit 71b70c1

Please sign in to comment.