Hmm... And how would that work?
string a="hej"; string b=a; secure_destruct(a); string c="hej";
What would you expect b and c to be?
/ Mirar
Previous text:
2003-01-28 16:58: Subject: Re: OpenSSL wrapper vs Pike's SSL (Was: Bz2)
It's probably easier and less performance intruding to have a secure_destruct function, that works on any data type.
/ Martin Nilsson (Åskblod)