Added stub function for SSL_DataPending() so we can export it for other libraries.

This commit is contained in:
gordon 1998-06-08 13:02:49 +00:00
Родитель c2b1d08e56
Коммит 4039ca22da
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -19,6 +19,9 @@
#include "prlink.h"
#include "prinrval.h"
void SSL_DataPending() {}
int
SSL_SetSockPeerID(PRFileDesc *fd, char *peerID)
{