Removed BTOA_ConvertItemToAscii (now defined in nssb64e.c, using new

base64 encoder implementation).
This commit is contained in:
repka%netscape.com 2000-04-06 22:38:27 +00:00
Родитель 9acd738281
Коммит 7d0d164dcd
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -34,7 +34,7 @@
/*
* Support routines for SECItem data structure.
*
* $Id: secitem.c,v 1.1 2000-03-31 19:40:02 relyea%netscape.com Exp $
* $Id: secitem.c,v 1.2 2000-04-06 22:38:27 repka%netscape.com Exp $
*/
#include "seccomon.h"
@ -238,9 +238,3 @@ SECITEM_ZfreeItem(SECItem *zap, PRBool freeit)
}
}
}
char *
BTOA_ConvertItemToAscii (SECItem *isrc)
{
return BTOA_DataToAscii (isrc->data, isrc->len);
}