Check i before r[i].
[openssl.git] / fips / fips_utl.h
index 1ed133c5c9097a1dd52da531dd975a6693496d51..491bc2ace9ab3897982a3c043f4ebd7b699ff2de 100644 (file)
@@ -47,6 +47,9 @@
  *
  */
 
+#ifndef FIPS_UTL_H
+#define FIPS_UTL_H
+
 #define OPENSSL_FIPSAPI
 
 #include <openssl/fips_rand.h>
@@ -487,3 +490,5 @@ int fips_strcasecmp(const char *str1, const char *str2)
        return fips_strncasecmp(str1, str2, (size_t)-1);
        }
 
+
+#endif