Skip to content
Snippets Groups Projects
Commit abee01c6 authored by Richard Levitte's avatar Richard Levitte
Browse files

Actually, C on VMS/Alpha knows very well what a long long is, and

knows how to make use of it.  So let's stop pretending the Alpha
doesn't know long long...
parent 2c288b2a
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,7 @@ $ WRITE H_FILE "#define DES_UNROLL"
$ WRITE H_FILE "#endif"
$!
$ WRITE H_FILE "#if defined(HEADER_BN_H)"
$ WRITE H_FILE "#define BN_LLONG"
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT_LONG"
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT"
$ WRITE H_FILE "#define SIXTY_FOUR_BIT"
......@@ -308,6 +309,7 @@ $ WRITE H_FILE "#undef DES_UNROLL"
$ WRITE H_FILE "#endif"
$!
$ WRITE H_FILE "#if defined(HEADER_BN_H)"
$ WRITE H_FILE "#undef BN_LLONG"
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT_LONG"
$ WRITE H_FILE "#undef SIXTY_FOUR_BIT"
$ WRITE H_FILE "#undef THIRTY_TWO_BIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment