p4raw-id: //depot/perl@25080
use strict;
use vars qw($VERSION @ISA @EXPORT_OK);
-$VERSION = '2.33'; # $Date: 2003/12/07 08:40:18 $
+$VERSION = '2.33_01'; # $Date: 2003/12/07 08:40:18 $
require Exporter;
*import = \&Exporter::import;
char *myname = sv_reftype(SvRV(self),TRUE);
MD5_CTX* context;
PPCODE:
- STRLEN my_na;
New(55, context, 1, MD5_CTX);
ST(0) = sv_newmortal();
sv_setref_pv(ST(0), myname , (void*)context);