Merge build fix from M14 branch

git-svn-id: svn://10.0.0.236/trunk@66740 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
thayes%netscape.com 2000-04-21 21:18:51 +00:00
parent 8a0a3cf145
commit 48cfcc6fd3

View File

@ -43,7 +43,7 @@
#include "rsrcids.h"
#include <string.h>
// Encrypt request
/* Encrypt request */
typedef struct EncryptRequestMessage
{
CMTItem keyid; /* May have length 0 for default */
@ -259,4 +259,5 @@ loser:
if (reply.item.data) free(reply.item.data);
return CMTSuccess; /* need return value */
}
}