Skip to content

Commit

Permalink
Merge pull request #85 from ddcc:master
Browse files Browse the repository at this point in the history
Fix compilation on Ubuntu 22.04.3
  • Loading branch information
opencrypto committed Aug 29, 2024
2 parents 52881b2 + 6fb9241 commit ba3d939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/openssl/pki_algor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,9 @@ PKI_SCHEME_ID PKI_X509_ALGOR_VALUE_get_scheme (const PKI_X509_ALGOR_VALUE *algor
// return PKI_SCHEME_DILITHIUMX3;
// }

#endif // End of ENABLE_OQS || ENABLE_OQSPROV
}

#endif // End of ENABLE_OQS || ENABLE_OQSPROV
}

// Let's check the pkey type
Expand Down
4 changes: 4 additions & 0 deletions src/tools/pki-tool.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

#include <libpki/pki.h>

#ifndef _LIBPKI_OID_DEFS_H
# include <libpki/openssl/pki_oid_defs.h>
#endif

/* Global Variables - not a good coding practice, but for a small
tool is not a problem (and it saves in complexity for signatures
of the functions */
Expand Down

0 comments on commit ba3d939

Please sign in to comment.