Skip to content

Commit

Permalink
X.509: Need to export x509_request_asymmetric_key()
Browse files Browse the repository at this point in the history
Need to export x509_request_asymmetric_key() so that PKCS#7 can use it if
compiled as a module.

Reported-by: James Morris <[email protected]>
Signed-off-by: David Howells <[email protected]>
  • Loading branch information
dhowells committed Aug 3, 2014
1 parent 412eccb commit cf5b50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/asymmetric_keys/x509_public_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ struct key *x509_request_asymmetric_key(struct key *keyring,
key_serial(key_ref_to_ptr(key)));
return key_ref_to_ptr(key);
}
EXPORT_SYMBOL_GPL(x509_request_asymmetric_key);

/*
* Set up the signature parameters in an X.509 certificate. This involves
Expand Down

0 comments on commit cf5b50f

Please sign in to comment.