| Author | lloyd@randombit.net |
|---|---|
| Branch | net.randombit.botan |
| Changelog |
The last checkin did not work; the Library_State constructor called code that called global_state(), which cased an infinite recursion. Make creating a Library_State a two-phase operation, first an empty constructor (just sets all pointers to NULL), then an initializer that sets up everything needed to start up the library. |
| Date | 2007-10-13T20:40:49 |
| Tag | 1.7.2 |
| Oldrevision |
Old revision is: [77e3623e..] (diff) |
|---|---|
| Patch |
Patch file include/libstate.h (diff) Patch file src/init_def.cpp (diff) Patch file src/libstate.cpp (diff) |