Fix nits in pod files.
[openssl.git] / doc / crypto / RAND_set_rand_method.pod
index 86060c95257042fe3ad5124814733f293467e840..4c18f929d801969f835a100734a17b319e309b68 100644 (file)
@@ -42,7 +42,7 @@ API is being used, so this function is no longer recommended.
         void (*cleanup)(void);
         void (*add)(const void *buf, int num, int entropy);
         int (*pseudorand)(unsigned char *buf, int num);
-       int (*status)(void);
+        int (*status)(void);
  } RAND_METHOD;
 
 The components point to method implementations used by (or called by), in order,