Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Changed version from 0.8.39 to 0.8.40 |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 0.8.40 |
| Files: | files | file ages | folders |
| SHA1: |
1d6b5622f783f9bce56f3731d2e2fc73 |
| User & Date: | rkeene 2004-04-18 21:36:59.000 |
Context
|
2004-04-18
| ||
| 21:38 | Fixed compilation bugs, when no ar/ranlib is found, they're replaced with #, which creates a Makefile line like: AR = # (where # starts a comment) net.c: Fixed #ifdef's check-in: 4a1d504ec5 user: rkeene tags: trunk | |
| 21:36 | Changed version from 0.8.39 to 0.8.40 check-in: 1d6b5622f7 user: rkeene tags: trunk, 0.8.40 | |
|
2004-04-16
| ||
| 21:41 | Modified Makefile to allow libdact.so installation failure, since it really doesn't matter. check-in: 4d4d0b3c0b user: rkeene tags: trunk | |
Changes
Changes to dact.h.
| ︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - - + + | #ifndef DACT_KEY_SIZE #define DACT_KEY_SIZE 2048 #endif #define DACT_VER_MAJOR 0 #define DACT_VER_MINOR 8 |
| ︙ |