We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d2b88 commit 1ebd31fCopy full SHA for 1ebd31f
1 file changed
addon/wolfcrypt/pkcs7.cpp
@@ -65,14 +65,6 @@ Napi::Number typeof_Key_Sum(const Napi::CallbackInfo& info)
65
{
66
ret = DHk;
67
}
68
- else if ( strcmp( type.c_str(), "FALCON_LEVEL1" ) == 0 )
69
- {
70
- ret = FALCON_LEVEL1k;
71
- }
72
- else if ( strcmp( type.c_str(), "FALCON_LEVEL5" ) == 0 )
73
74
- ret = FALCON_LEVEL5k;
75
76
77
return Napi::Number::New( env, ret );
78
0 commit comments