summaryrefslogtreecommitdiff
path: root/cipher-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-aes.c')
-rw-r--r--cipher-aes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher-aes.c b/cipher-aes.c
index bbfbe721..c41def60 100644
--- a/cipher-aes.c
+++ b/cipher-aes.c
@@ -22,8 +22,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#if OPENSSL_VERSION_NUMBER < 0x00907000L
#include "includes.h"
+#if OPENSSL_VERSION_NUMBER < 0x00907000L
RCSID("$OpenBSD: cipher-aes.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
#include <openssl/evp.h>
@@ -153,4 +153,4 @@ evp_rijndael(void)
#endif
return (&rijndal_cbc);
}
-#endif
+#endif /* OPENSSL_VERSION_NUMBER */