]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa_key.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / dsa / dsa_key.c
index 333bff959ea70d914e1011cefcf1509fa94f71fd..6e5039a69609e97b88eea3885c00fc5bb3ddf129 100644 (file)
@@ -11,7 +11,7 @@
 #include <time.h>
 #include "internal/cryptlib.h"
 #include <openssl/bn.h>
-#include "dsa_locl.h"
+#include "dsa_local.h"
 
 static int dsa_builtin_keygen(DSA *dsa);
 
@@ -65,6 +65,7 @@ static int dsa_builtin_keygen(DSA *dsa)
 
     dsa->priv_key = priv_key;
     dsa->pub_key = pub_key;
+    dsa->dirty_cnt++;
     ok = 1;
 
  err: