diff options
author | lloyd <[email protected]> | 2008-06-11 15:02:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-11 15:02:57 +0000 |
commit | 1164b265ebecfb2132b07c9492e71881c69b2be4 (patch) | |
tree | 5c803828b795484c525dcf3e2af22b0a3937b66e /src/mp_mulop.cpp | |
parent | 0f1559b06cb7600c55672d41beeb71083d2cc879 (diff) |
Some functions in engine.cpp required BOTAN_DLL macros to compile correctly.
I didn't understand why but had let it slip, but now that it's clear that
their declarations were not in scope at the point of their definitions
(seen via GCC's -Wmissing-declarations) it is quite obvious: the compiler
had no idea the functions should be compiled with an alternative ELF
scoping. Since the declarations are now included, remove the BOTAN_DLL
macros from the .cpp file.
Diffstat (limited to 'src/mp_mulop.cpp')
0 files changed, 0 insertions, 0 deletions