> From: Larry Bugbee > > > The source for incremental_send isn't in the book anywhere > > that I've seen. I'm using the first edition (June 2002). > > My code does call incremental_send, and the code I'm trying > > to compile is the example code provided in the book itself > > (in chapter 6 - see example 6-4). The book provides the > > code for incremental_encrypt as well as incremental_finish, > > so my assumption is that it is a method included in the > > bowels of the libraries provided. Are you saying that this > > is a method that I must construct myself? The book doesn't > > say that, so my assumption is that it is provided. > > I have run into books that claim to be good but the publisher leaves > out critical stuff. Go to the publisher's site and look for errata > and downloadable source files.
Good advice in general, but not relevant in this case. The discussion of the example in the book says of incremental_send "which is simply a stub, but it can place those blocks currently encrypted on the network". It's just a place-holder in the example, indicating 'this is where you do something with the data you've encrypted'. It's up to the developer to provide the functionality. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]