Steffen,
you're right and I did it always like you wrote. I made an static
initialisation class.
This way I don't get the problems anymore.
If I had done a singleton with reference counting it could be possible that
someone decrements the count to zero and all things for deinitialisation are
ca
Thank you for that hint.
I will try to rebuild the class as singleton. This could help, but isn't really
nice.
Best regards
Frank
> Wockenfuß wrote:
> > Hi all,
> >
> > I have written a class in C++ to easily access functions
> from OpenSSL from our products.
> > In the constructor of my clas