Skip to content

Commit

Permalink
Merge pull request #365 from dutow/kmipfix
Browse files Browse the repository at this point in the history
KMIP fixup: add missing header for OL8
  • Loading branch information
dutow authored Dec 2, 2024
2 parents e0978a8 + 96a059c commit 224becc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keyring/keyring_kmip.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <openssl/err.h>
#include <openssl/ssl.h>
#include <string.h>
#include <kmip.h>
#include <kmip_bio.h>
#include <kmip_locate.h>
Expand Down

0 comments on commit 224becc

Please sign in to comment.