]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib/sha1.c
libfdt: fix build with Python 3
[people/ms/u-boot.git] / lib / sha1.c
index 72c5dea14f092cdb2ce72e260fe3ac67d30dc2b7..f54bb5be98195ad6493dab14e64fb9b86cde3b96 100644 (file)
 #include <watchdog.h>
 #include <u-boot/sha1.h>
 
+const uint8_t sha1_der_prefix[SHA1_DER_LEN] = {
+       0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e,
+       0x03, 0x02, 0x1a, 0x05, 0x00, 0x04, 0x14
+};
+
 /*
  * 32-bit integer manipulation macros (big endian)
  */