Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-10 | stupidgcm: Fix without_openssl build failure | Jakob Unterwurzacher | |
Also, always call build-without-openssl.bash from test.bash. Failure was: internal/stupidgcm/without_openssl.go:29: missing return at end of function | |||
2016-12-10 | Replace all calls to naked panic() with log.Panic() | Jakob Unterwurzacher | |
We want all panics to show up in the syslog. | |||
2016-10-04 | A few more lint fixes | Jakob Unterwurzacher | |
2016-10-04 | without_openssl: support compiling completely without openssl | Jakob Unterwurzacher | |
Build helper script: build-without-openssl.bash |