Skip to content

Commit

Permalink
Fix missing dsa.h include.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Oct 21, 2024
1 parent 31af246 commit de160d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/crypto/dsa_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "defaults.h"
#include "repgp/repgp_def.h"
#include "dsa_common.h"
#include "dsa.h"
#include <cstddef>

pgp_hash_alg_t
Expand Down

0 comments on commit de160d5

Please sign in to comment.