add missing ;

This commit is contained in:
Love Hornquist Astrand
2010-09-07 23:56:40 -07:00
parent 04e0c67070
commit 7c0b7083ea

View File

@@ -410,7 +410,7 @@ EVP_cc_aes_128_cfb8(void)
};
return &c;
#else
return NULL
return NULL;
#endif
}