head	1.2;
access;
symbols;
locks
	amk:1.2; strict;
comment	@# @;


1.2
date	96.06.26.16.55.45;	author amk;	state Exp;
branches;
next	1.1;

1.1
date	96.06.20.21.31.23;	author amk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Revised version with SSLeay fixes.
@
text
@
static PyObject *
$abbrev$_$method$(PyObject *self, PyObject *args)
{
	/* Either use macro or separate function */
#ifdef $abbrev$_$method$_impl
	$abbrev$_$method$_impl(args);
#else
	return $abbrev$_$method$_(self,args);
#endif
}
@


1.1
log
@Initial revision
@
text
@d3 1
a3 1
$abbrev$_$method$(PyObject *, PyObject *args)
d9 1
a9 1
	return $abbrev$_$method$_(args);
@
