]> andersk Git - openssh.git/blobdiff - cipher.c
- Added better test for inline functions compiler support from
[openssh.git] / cipher.c
index 6d2115230ee306bbc433ff10e9df8fd3c00f9b72..533211f4de7747a8bdbad4de49906117face1b6f 100644 (file)
--- a/cipher.c
+++ b/cipher.c
@@ -111,7 +111,7 @@ swap_bytes(const unsigned char *src, unsigned char *dst_, int n)
 
 void (*cipher_attack_detected) (const char *fmt,...) = fatal;
 
-static INLINE void
+static inline void
 detect_cbc_attack(const unsigned char *src,
                  unsigned int len)
 {
This page took 0.099656 seconds and 4 git commands to generate.