]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
Make sure everything compiles...
[thirdparty/mdadm.git] / super0.c
index 7bb64ebbe92520d9943360f12a711352867819b5..4d0230049a860c9ef7c427a8ef37c39a550ff7d1 100644 (file)
--- a/super0.c
+++ b/super0.c
  */
 
 #include "mdadm.h"
+#ifndef UCLIBC
 #include <openssl/sha.h> /* for SHA1 */
+#else
+extern unsigned char *SHA1(unsigned char *buf, int len, unsigned char *dest);
+#endif
 /*
  * All handling for the 0.90.0 version superblock is in
  * this file.