[email protected] wrote: > From: Yanjiang Jin <[email protected]> > > This is to eliminate the below compile error: > > crypto/rsa_helper.c:19:29: fatal error: rsaprivkey-asn1.h: No such file or > directory > #include "rsaprivkey-asn1.h" > ^ > compilation terminated. > > Signed-off-by: Yanjiang Jin <[email protected]>
This patch is bogus. The header files are meant to be generated. Please find out why they are not being generated in your case. Thanks, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

