選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

privkey.h 219B

12345678910111213141516
  1. #ifndef _IPXE_PRIVKEY_H
  2. #define _IPXE_PRIVKEY_H
  3. /** @file
  4. *
  5. * Private key
  6. *
  7. */
  8. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  9. #include <ipxe/asn1.h>
  10. extern struct asn1_cursor private_key;
  11. #endif /* _IPXE_PRIVKEY_H */