Age | Commit message (Collapse) | Author |
|
New (temporary) tool to dump the modulus of a key. May help with a project of weasel's.
svn:r14580
|
|
Fix osx compilation.
svn:r11065
|
|
Include fewer redundant headers; use the compiler search paths better.
svn:r11060
|
|
For reasons which make sense to somebody, I'm sure, mingw gcc wants the libraries to appear at the end of the command line. This is done by specifying them with LDADD in Makefile.am, not LDFLAGS.
If anybody can explain to me why mingw thinks "gcc -o foo foo.o -lbar" is fine, whereas "gcc -lbar -o foo foo.o" is Doubleplusbad UnMingwThink, I'd quite appreciate it. Until then, I'll just do what seems to work, and hope we don't blunder across any other great slumbering cthonian deities of arbitrary syntax.
svn:r10082
|
|
More attempt to fix win32 building. This time, with extra linking.
svn:r10080
|
|
New tool to generate key certificates as in proposal 103. needs cleanup
svn:r10075
|
|
svn:r2620
|