Remove NOPROTO definitions and error code comments.
[openssl.git] / crypto / des / rpc_enc.c
index 51f560a84f1bf3a23eec6e9d9c6072cd0687040d..e34c9af5037eac525d152b0c0533c9f40a1fdd31 100644 (file)
 #include "des_locl.h"
 #include "des_ver.h"
 
-#ifndef NOPROTO
 int _des_crypt(char *buf,int len,struct desparams *desp);
-#else
-int _des_crypt();
-#endif
-
 int _des_crypt(char *buf, int len, struct desparams *desp)
        {
        des_key_schedule ks;