These should have been removed already last year in commit
d9f54f43
(crypto: Remove support for ASN public keys), since that commit made
the constants obsolete.
/** \file crypt.h Public crypto interface. */
-
-/* These are used to distinguish between loading of private/public key. */
-
-/** The key to load is a public key. */
-#define LOAD_PUBLIC_KEY 0
-/** The key to load is a private key. */
-#define LOAD_PRIVATE_KEY 1
/** The size of the challenge sent to the client. */
#define CHALLENGE_SIZE 64